derulo 1.0.7 → 1.0.8
raw patch · 4 files changed
+10/−10 lines, 4 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE.markdown +1/−1
- derulo.cabal +6/−6
- package.yaml +2/−2
- stack.yaml +1/−1
LICENSE.markdown view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak+Copyright (c) 2020 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
derulo.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 03f0d5d484a576f1ec174ccde23832c43fe7a2531e9290f6f8179e244abe9e1e+-- hash: a141501f812d92ada6a2974d9a03a24b2b99a67047d314c9c6eb740cca2eb554 name: derulo-version: 1.0.7+version: 1.0.8 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply. category: JSON@@ -36,7 +36,7 @@ library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends:- base >=4.9.0 && <4.14+ base >=4.9.0 && <4.15 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies default-language: Haskell2010@@ -49,7 +49,7 @@ executables ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- base >=4.9.0 && <4.14+ base >=4.9.0 && <4.15 , derulo if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies@@ -64,7 +64,7 @@ tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- base >=4.9.0 && <4.14+ base >=4.9.0 && <4.15 , doctest >=0.11.0 && <0.17 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies
package.yaml view
@@ -1,5 +1,5 @@ name: derulo-version: 1.0.7+version: 1.0.8 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.14'+ base: '>= 4.9.0 && < 4.15' ghc-options: - -Weverything - -Wno-implicit-prelude
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-13.0+resolver: lts-15.4