ptolemy-core.cabal 617 B

12345678910111213141516171819202122
  1. name: ptolemy-core
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description
  5. license: BSD3
  6. license-file: LICENSE
  7. author: Getty Ritter
  8. maintainer: gettyritter@gmail.com
  9. copyright: ©2016 Getty Ritter
  10. category: Text
  11. build-type: Simple
  12. cabal-version: >= 1.2
  13. library
  14. exposed-modules: Text.Ptolemy.Core
  15. ghc-options: -Wall
  16. build-depends: base >=4.7 && <4.9,
  17. vector,
  18. text
  19. default-language: Haskell2010
  20. default-extensions: OverloadedStrings,
  21. ScopedTypeVariables