12345678910111213141516171819202122 |
- -- Initial ToJSString.cabal generated by cabal init. For further
- -- documentation, see http://haskell.org/cabal/users-guide/
- name: ToJSString
- version: 0.1.0.0
- -- synopsis:
- -- description:
- -- license:
- license-file: LICENSE
- author: Getty Ritter
- maintainer: gdritter@galois.com
- -- copyright:
- category: Codec
- build-type: Simple
- -- extra-source-files:
- cabal-version: >=1.10
- executable ToJSString
- main-is: ToJSString.hs
- build-depends: base >=4.6 && <4.7, aeson, text, bytestring
- hs-source-dirs: src
- default-language: Haskell2010
|