constraints-extras 0.2.2.0 → 0.2.2.1
raw patch · 1 files changed
+6/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- constraints-extras.cabal +6/−1
constraints-extras.cabal view
@@ -1,6 +1,7 @@ name: constraints-extras-version: 0.2.2.0+version: 0.2.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. license: BSD3 license-file: LICENSE author: Cale Gibbard, Ali Abrar@@ -23,3 +24,7 @@ , template-haskell >=2.11 && <2.14 hs-source-dirs: src default-language:Haskell2010++source-repository head+ type: git+ location: git://github.com/obsidiansystems/constraints-extras.git