eben.cabal 987 B

12345678910111213141516171819202122232425262728293031
  1. -- Initial eben.cabal generated by cabal init. For further documentation,
  2. -- see http://haskell.org/cabal/users-guide/
  3. name: eben
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. license: BSD3
  8. license-file: LICENSE
  9. author: Getty Ritter
  10. maintainer: gdritter@galois.com
  11. -- copyright:
  12. category: Data
  13. build-type: Simple
  14. -- extra-source-files:
  15. cabal-version: >=1.10
  16. library
  17. exposed-modules: Data.Eben
  18. -- other-modules:
  19. -- other-extensions:
  20. build-depends: base >=4.8 && <4.9, bytestring, containers, cereal
  21. -- hs-source-dirs:
  22. default-language: Haskell2010
  23. executable json2eben
  24. hs-source-dirs: json2eben
  25. main-is: Main.hs
  26. default-extensions: OverloadedStrings, ScopedTypeVariables
  27. build-depends: base >=4.8 && <4.9, eben, aeson, scientific, vector, text, bytestring, containers, unordered-containers
  28. default-language: Haskell2010