packages feed

Cabal revisions of size-based-0.1.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                size-based-version:             0.1.3.1-synopsis:            Sized functors, for size-based enumerations-description:         A framework for size-based enumerations. See the module documentation for details.--license:             BSD3-license-file:        LICENSE-author:              Jonas Duregård-maintainer:          byorgey@gmail.com-copyright:           (c) Jonas Duregård-category:            Data-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:  CHANGELOG.md-tested-with:         GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1--source-repository head-  type:      git-  location:  https://github.com/size-based/size-based--library-  exposed-modules:-    Control.Sized-    Control.Enumerable-    Control.Enumerable.Count-    Control.Enumerable.Values---    Control.Enumerable.Functions---    Control.Enumerable.LazySearch--  other-modules:-    Control.Enumerable.Derive-  other-extensions:    GADTs, DeriveDataTypeable-  build-depends:       base >=4.9 && <5,-                       dictionary-sharing >= 0.1 && < 1.0,-                       testing-type-modifiers >= 0.1 && < 1.0,-                       template-haskell  >=2.5 && <2.20-  default-language:    Haskell2010+name:                size-based
+version:             0.1.3.1
+x-revision: 1
+synopsis:            Sized functors, for size-based enumerations
+description:         A framework for size-based enumerations. See the module documentation for details.
+
+license:             BSD3
+license-file:        LICENSE
+author:              Jonas Duregård
+maintainer:          byorgey@gmail.com
+copyright:           (c) Jonas Duregård
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:  CHANGELOG.md
+tested-with:         GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1
+
+source-repository head
+  type:      git
+  location:  https://github.com/size-based/size-based
+
+library
+  exposed-modules:
+    Control.Sized
+    Control.Enumerable
+    Control.Enumerable.Count
+    Control.Enumerable.Values
+--    Control.Enumerable.Functions
+--    Control.Enumerable.LazySearch
+
+  other-modules:
+    Control.Enumerable.Derive
+  other-extensions:    GADTs, DeriveDataTypeable
+  build-depends:       base >=4.9 && <5,
+                       dictionary-sharing >= 0.1 && < 1.0,
+                       testing-type-modifiers >= 0.1 && < 1.0,
+                       template-haskell  >=2.5 && <2.21
+  default-language:    Haskell2010