packages feed

Cabal revisions of constraints-extras-0.3.2.1

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

revision 1
-name: constraints-extras-version: 0.3.2.1-synopsis: Utility package for constraints-description: Convenience functions and TH for working with constraints. See <https://github.com/obsidiansystems/constraints-extras/blob/develop/README.md README.md> for example usage.-category: Constraints-license: BSD3-license-file: LICENSE-author: Cale Gibbard, Ali Abrar-maintainer: maintainer@obsidian.systems-homepage: https://github.com/obsidiansystems/constraints-extras-bug-reports: https://github.com/obsidiansystems/constraints-extras/issues-copyright: Obsidian Systems LLC-build-type: Simple-cabal-version: 2.0-tested-with:-  GHC  ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.1 || ==9.0.1 || ==9.2.1-extra-source-files: README.md-                    ChangeLog.md--flag build-readme-  default: True--library-  exposed-modules: Data.Constraint.Extras-                 , Data.Constraint.Extras.TH-                 , Data.Constraint.Compose-                 , Data.Constraint.Flip-  other-extensions: LambdaCase-                  , MultiParamTypeClasses-                  , QuasiQuotes-                  , TypeFamilies-                  , TypeOperators-                  , ConstraintKinds-                  , TemplateHaskell-  build-depends: base >=4.9 && <4.17-               , constraints >= 0.9 && < 0.14-               , template-haskell >=2.11 && <2.19-  hs-source-dirs:  src-  default-language: Haskell2010--executable readme-  if !flag(build-readme)-    buildable: False-  build-depends: base-               , aeson-               , constraints-               , constraints-extras-  main-is: README.lhs-  ghc-options: -Wall -optL -q-  default-language: Haskell2010--source-repository head-  type:     git-  location: git://github.com/obsidiansystems/constraints-extras.git+name: constraints-extras
+version: 0.3.2.1
+x-revision: 1
+synopsis: Utility package for constraints
+description: Convenience functions and TH for working with constraints. See <https://github.com/obsidiansystems/constraints-extras/blob/develop/README.md README.md> for example usage.
+category: Constraints
+license: BSD3
+license-file: LICENSE
+author: Cale Gibbard, Ali Abrar
+maintainer: maintainer@obsidian.systems
+homepage: https://github.com/obsidiansystems/constraints-extras
+bug-reports: https://github.com/obsidiansystems/constraints-extras/issues
+copyright: Obsidian Systems LLC
+build-type: Simple
+cabal-version: 2.0
+tested-with:
+  GHC  ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.1 || ==9.0.1 || ==9.2.1
+extra-source-files: README.md
+                    ChangeLog.md
+
+flag build-readme
+  default: True
+
+library
+  exposed-modules: Data.Constraint.Extras
+                 , Data.Constraint.Extras.TH
+                 , Data.Constraint.Compose
+                 , Data.Constraint.Flip
+  other-extensions: LambdaCase
+                  , MultiParamTypeClasses
+                  , QuasiQuotes
+                  , TypeFamilies
+                  , TypeOperators
+                  , ConstraintKinds
+                  , TemplateHaskell
+  build-depends: base >=4.9 && <4.18
+               , constraints >= 0.9 && < 0.14
+               , template-haskell >=2.11 && <2.20
+  hs-source-dirs:  src
+  default-language: Haskell2010
+
+executable readme
+  if !flag(build-readme)
+    buildable: False
+  build-depends: base
+               , aeson
+               , constraints
+               , constraints-extras
+  main-is: README.lhs
+  ghc-options: -Wall -optL -q
+  default-language: Haskell2010
+
+source-repository head
+  type:     git
+  location: git://github.com/obsidiansystems/constraints-extras.git