1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Index: b/binary-instances.cabal
===================================================================
--- a/binary-instances.cabal
+++ b/binary-instances.cabal
@@ -1,5 +1,6 @@
name: binary-instances
version: 1.0.4
+x-revision: 3
synopsis: Orphan instances for binary
description:
`binary-instances` defines orphan instances for types in some popular packages.
@@ -24,8 +25,10 @@ tested-with:
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
- || ==9.2.7
- || ==9.4.4
+ || ==9.2.8
+ || ==9.4.7
+ || ==9.6.3
+ || ==9.8.1
extra-source-files: CHANGELOG.md
@@ -37,16 +40,16 @@ library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
- aeson >=0.7.0.6 && <1.6 || >=2.0.0.0 && <2.2
- , base >=4.6.0.1 && <4.18
+ aeson >=0.7.0.6 && <1.6 || >=2.0.0.0 && <2.3
+ , base >=4.6.0.1 && <4.20
, binary >=0.5.1.1 && <0.8.10
, binary-orphans >=1.0.4 && <1.1
, case-insensitive >=1.2.0.4 && <1.2.2
, hashable >=1.2.3.3 && <1.5
- , primitive >=0.7.2.0 && <0.9
+ , primitive >=0.7.2.0 && <0.10
, scientific >=0.3.3.8 && <0.4
- , tagged >=0.7.3 && <0.8.8
- , text >=1.2.0.6 && <1.3 || >=2.0 && <2.1
+ , tagged >=0.7.3 && <0.8.9
+ , text >=1.2.0.6 && <1.3 || >=2.0 && <2.2
, text-binary >=0.2.1.1 && <0.3
, time-compat >=1.9.4 && <1.10
, unordered-containers >=0.2.5.1 && <0.3
@@ -85,7 +88,7 @@ test-suite binary-instances-test
, quickcheck-instances >=0.3.29 && <0.4
, scientific
, tagged
- , tasty >=0.10.1.2 && <1.5
+ , tasty >=0.10.1.2 && <1.6
, tasty-quickcheck >=0.8.3.2 && <0.11
, text
, time-compat
|