Cabal revisions of finite-typelits-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: finite-typelits-version: 0.1.0.0-synopsis: A type inhabited by finitely many values, indexed by type-level naturals.-description: A type inhabited by finitely many values, indexed by type-level naturals.-homepage: https://github.com/mniip/finite-typelits-license: BSD3-license-file: LICENSE-author: mniip-maintainer: mniip@mniip.com-category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.Finite, Data.Finite.Internal- build-depends: base == 4.*- hs-source-dirs: src- default-language: Haskell2010+name: finite-typelits +version: 0.1.0.0 +x-revision: 1 +synopsis: A type inhabited by finitely many values, indexed by type-level naturals. +description: A type inhabited by finitely many values, indexed by type-level naturals. +homepage: https://github.com/mniip/finite-typelits +license: BSD3 +license-file: LICENSE +author: mniip +maintainer: mniip@mniip.com +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.Finite, Data.Finite.Internal + build-depends: base == 4.*, base >= 4.7 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: finite-typelits version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A type inhabited by finitely many values, indexed by type-level naturals. description: A type inhabited by finitely many values, indexed by type-level naturals. homepage: https://github.com/mniip/finite-typelits library exposed-modules: Data.Finite, Data.Finite.Internal - build-depends: base == 4.*, base >= 4.7 + build-depends: base >= 4.7 && < 4.12 hs-source-dirs: src default-language: Haskell2010