integer-conversion 0.1.0.1 → 0.1.1
raw patch · 2 files changed
+15/−13 lines, 2 filesdep ~QuickCheckdep ~basedep ~primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, primitive, tasty-bench, tasty-quickcheck
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- integer-conversion.cabal +11/−13
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.0.1++- Support GHC-8.6.5..9.10.1+ ## 0.1 Initial release
integer-conversion.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: integer-conversion-version: 0.1.0.1+version: 0.1.1 synopsis: Conversion from strings to Integer category: Data description:@@ -17,17 +17,15 @@ build-type: Simple extra-source-files: ChangeLog.md tested-with:- GHC ==8.0.2- || ==8.2.2- || ==8.4.4- || ==8.6.5+ GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8- || ==9.4.7- || ==9.6.3- || ==9.8.1+ || ==9.4.8+ || ==9.6.5+ || ==9.8.2+ || ==9.10.1 source-repository head type: git@@ -38,10 +36,10 @@ hs-source-dirs: src exposed-modules: Data.Integer.Conversion build-depends:- , base >=4.9.0.0 && <4.20+ , base >=4.12.0.0 && <4.21 , bytestring ^>=0.10.8.1 || ^>=0.11.4.0 || ^>=0.12.0.2- , primitive ^>=0.8.0.0- , text ^>=1.2.3.0 || >=2.0.1 && <2.1 || ^>=2.1+ , primitive ^>=0.9.0.0+ , text ^>=1.2.3.0 || ^>=2.0.1 || ^>=2.1 test-suite integer-conversion-tests default-language: Haskell2010@@ -56,8 +54,8 @@ -- test dependencies build-depends:- , QuickCheck ^>=2.14.3- , tasty ^>=1.4.3+ , QuickCheck ^>=2.14.3 || ^>=2.15+ , tasty ^>=1.4.3 || ^>=1.5 , tasty-quickcheck ^>=0.10.2 other-modules: