quiver-instances 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- quiver-instances.cabal +3/−3
quiver-instances.cabal view
@@ -1,5 +1,5 @@ name: quiver-instances-version: 0.2.0.0+version: 0.2.0.1 synopsis: Extra instances for Quiver description: Various extra instances for Quiver that aren't yet in the main library.@@ -18,7 +18,7 @@ , stack.yaml cabal-version: >=1.10 -tested-with: GHC == 7.10.2, GHC == 7.11.*+tested-with: GHC == 7.10.2, GHC == 8.0.1, GHC == 8.1.* source-repository head type: git@@ -27,7 +27,7 @@ library exposed-modules: Control.Quiver.Instances -- other-modules:- build-depends: base >=4.8 && <4.9+ build-depends: base >=4.8 && <4.10 , exceptions == 0.8.* , quiver >= 1.1.3 && < 1.2 , resourcet == 1.1.*