Changeset View
Changeset View
Standalone View
Standalone View
converters/hs-aeson-compat/files/patch-aeson-compat.cabal
| --- aeson-compat.cabal.orig 2017-06-07 12:52:36 UTC | --- aeson-compat.cabal.orig 2018-04-22 12:19:29 UTC | ||||
| +++ aeson-compat.cabal | +++ aeson-compat.cabal | ||||
| @@ -42,7 +42,6 @@ library | @@ -31,14 +31,14 @@ library | ||||
| src | |||||
| ghc-options: -Wall | |||||
| build-depends: | |||||
| - base >=4.6 && <4.11 | |||||
| + base >=4.6 && <4.12 | |||||
| , base-compat >=0.6.0 && <0.10 | |||||
| - , aeson >=0.7.0.6 && <1.3 | |||||
| + , aeson >=0.7.0.6 && <1.4 | |||||
| , attoparsec >=0.12 && <0.14 | |||||
| , attoparsec-iso8601 >=1.0.0.0 && <1.1 | |||||
| , bytestring >=0.10 && <0.11 | |||||
| , containers >=0.5 && <0.6 | , containers >=0.5 && <0.6 | ||||
| , exceptions >=0.8 && <0.9 | - , exceptions >=0.8 && <0.9 | ||||
| + , exceptions >=0.8 && <0.11 | |||||
| , hashable >=1.2 && <1.3 | , hashable >=1.2 && <1.3 | ||||
| - , nats >=1 && <1.2 | |||||
| , scientific >=0.3 && <0.4 | , scientific >=0.3 && <0.4 | ||||
| , text >=1.2 && <1.3 | , text >=1.2 && <1.3 | ||||
| , time >=1.4.2 && <1.9 | No newline at end of file | ||||
| @@ -70,7 +69,6 @@ test-suite aeson-compat-test | |||||
| , containers | |||||
| , exceptions | |||||
| , hashable | |||||
| - , nats | |||||
| , scientific | |||||
| , text | |||||
| , time | |||||