derulo 1.0.3 → 1.0.5
raw patch · 3 files changed
+17/−18 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- derulo.cabal +14/−15
- package.yaml +2/−2
- stack.yaml +1/−1
derulo.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: 824726432c19b92d9609ca5517cbf32015d27879a037ff09aa25d328c78ebbe5+-- hash: 6c14775a7b4efdaaedebaf6a9ed7db5efd71734d22b7e68806b26600a6c7663e name: derulo-version: 1.0.3+version: 1.0.5 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply. category: JSON@@ -16,7 +16,6 @@ license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10- extra-source-files: CHANGELOG.markdown package.yaml@@ -28,38 +27,38 @@ location: https://github.com/tfausak/derulo library- hs-source-dirs:- library- ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe- build-depends:- base >=4.9.0 && <4.12 exposed-modules: Derulo other-modules: Paths_derulo+ hs-source-dirs:+ library+ ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe+ build-depends:+ base >=4.9.0 && <4.13 default-language: Haskell2010 executable derulo main-is: Main.hs+ other-modules:+ Paths_derulo hs-source-dirs: executables ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- base >=4.9.0 && <4.12+ base >=4.9.0 && <4.13 , derulo- other-modules:- Paths_derulo default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs+ other-modules:+ Paths_derulo hs-source-dirs: tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- base >=4.9.0 && <4.12+ base >=4.9.0 && <4.13 , 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.3+version: 1.0.5 category: JSON description: Derulo parses and renders JSON simply.@@ -15,7 +15,7 @@ synopsis: Parse and render JSON simply. dependencies:- base: '>= 4.9.0 && < 4.12'+ base: '>= 4.9.0 && < 4.13' ghc-options: - -Weverything - -Wno-implicit-prelude
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-12.0+resolver: nightly-2018-10-01