universum 0.5.1 → 0.5.1.1
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- universum.cabal +5/−3
universum.cabal view
@@ -1,5 +1,5 @@ name: universum-version: 0.5.1+version: 0.5.1.1 synopsis: Custom prelude used in Serokell description: Custom prelude used in Serokell homepage: https://github.com/serokell/universum@@ -9,6 +9,7 @@ maintainer: Serokell <hi@serokell.io> copyright: 2016-2016 Stephen Diehl, 2016-2017 Serokell category: Prelude+stability: well... build-type: Simple extra-source-files: CHANGES.md cabal-version: >=1.10@@ -16,7 +17,8 @@ tested-with: GHC == 7.10.3, GHC == 8.0.1,- GHC == 8.0.2+ GHC == 8.0.2,+ GHC == 8.2.1 Source-Repository head type: git@@ -60,7 +62,7 @@ -fwarn-implicit-prelude build-depends:- base >= 4.7 && <4.10,+ base >= 4.7 && <4.11, bytestring >= 0.10 && <0.11, containers >= 0.5 && <0.6, deepseq >= 1.3 && <1.5,