-- Initial data-fin-simple.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: data-fin-simple version: 0.1.0.0 synopsis: Simple integral finite set description: Typesafe finite unsigned-integral license: BSD3 license-file: LICENSE author: Hiroki Hattori maintainer: seagull.kamome@gmail.com -- copyright: homepage: https://github.com/seagull-kamome/data-fin-simple bug-reports: https://github.com/seagull-kamome/data-fin-simple/issues category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 source-repository head type: git location: http://github.com/seagull-kamome/data-fin-simple.git library exposed-modules: Data.Fin -- other-modules: other-extensions: KindSignatures, DataKinds, StandaloneDeriving build-depends: base >=4.7 && <4.9 -- hs-source-dirs: default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test main-is: doctest.hs build-depends: base >=4.7 && <4.9, doctest >= 0.9.3