x20150317-common.cabal (664B)
1 -- Initial x20150317-common.cabal generated by cabal init. For further 2 -- documentation, see http://haskell.org/cabal/users-guide/ 3 4 name: x20150317-common 5 version: 0.1.0.0 6 -- synopsis: 7 -- description: 8 -- license: 9 license-file: LICENSE 10 author: Jared Tobin 11 maintainer: jared@jtobin.ca 12 -- copyright: 13 -- category: 14 build-type: Simple 15 -- extra-source-files: 16 cabal-version: >=1.10 17 18 library 19 exposed-modules: Common 20 -- other-modules: 21 -- other-extensions: 22 build-depends: base >=4.7 && <4.8, containers >=0.5 && <0.6, QuickCheck 23 -- hs-source-dirs: 24 default-language: Haskell2010