derulo 1.0.1 → 1.0.2
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest
API changes (from Hackage documentation)
Files
- derulo.cabal +3/−3
- package.yaml +2/−2
derulo.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ccb2165bf0e94aa374735813267e185cf8c92ce5640351d639ba07180d9e1246+-- hash: 593aa49d925590682eefd4f2ec661a68319f7ccb59930960b740e308f746324f name: derulo-version: 1.0.1+version: 1.0.2 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply. category: JSON@@ -59,7 +59,7 @@ ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends: base >=4.9.0 && <4.12- , doctest >=0.11.0 && <0.16+ , doctest >=0.11.0 && <0.17 other-modules: Paths_derulo default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: derulo-version: 1.0.1+version: 1.0.2 category: JSON description: Derulo parses and renders JSON simply.@@ -37,7 +37,7 @@ tests: test: dependencies:- doctest: '>= 0.11.0 && < 0.16'+ doctest: '>= 0.11.0 && < 0.17' ghc-options: - -rtsopts - -threaded