liblawless 0.21.1 → 0.21.2
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Environment: _Arg :: Iso' Arg Text
+ Environment: data Arg
Files
- Source/Environment.hs +3/−0
- liblawless.cabal +2/−2
Source/Environment.hs view
@@ -18,6 +18,9 @@ _EnvValue, environment,++ Arg,+ _Arg, args, ProgName,
liblawless.cabal view
@@ -1,5 +1,5 @@ name: liblawless-version: 0.21.1+version: 0.21.2 synopsis: Prelude based on protolude for GHC 8 and beyond. license: GPL-3 license-file: LICENSE@@ -28,7 +28,7 @@ source-repository this type: git location: git@gitlab.com:misandrist/liblawless.git- tag: v0.21.1+ tag: v0.21.2 library ghc-options: -Wall -Wno-redundant-constraints -Wno-type-defaults -O2