12345678910111213141516171819202122 |
- name: ptolemy-core
- version: 0.1.0.0
- -- synopsis:
- -- description
- license: BSD3
- license-file: LICENSE
- author: Getty Ritter
- maintainer: gettyritter@gmail.com
- copyright: ©2016 Getty Ritter
- category: Text
- build-type: Simple
- cabal-version: >= 1.2
- library
- exposed-modules: Text.Ptolemy.Core
- ghc-options: -Wall
- build-depends: base >=4.7 && <4.9,
- vector,
- text
- default-language: Haskell2010
- default-extensions: OverloadedStrings,
- ScopedTypeVariables
|