EscapedString.cabal 695 B

12345678910111213141516171819202122
  1. -- Initial ToJSString.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: EscapedString
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. -- license:
  8. license-file: LICENSE
  9. author: Getty Ritter
  10. maintainer: gdritter@galois.com
  11. -- copyright:
  12. category: Codec
  13. build-type: Simple
  14. -- extra-source-files:
  15. cabal-version: >=1.10
  16. executable ToJSString
  17. main-is: EscapedString.hs
  18. build-depends: base >=4.6 && <4.7, aeson, text, bytestring
  19. hs-source-dirs: src
  20. default-language: Haskell2010