liblawless 0.14.0.2 → 0.14.0.3
raw patch · 2 files changed
+8/−6 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Text: nfcText :: (Choice p, Applicative f) => p Text (f Text) -> p NFCText (f NFCText)
+ Text: nfcText :: (Applicative f, Choice p) => p Text (f Text) -> p NFCText (f NFCText)
- Text: nfcUtf8 :: (Choice p, Applicative f) => p String (f String) -> p NFCText (f NFCText)
+ Text: nfcUtf8 :: (Applicative f, Choice p) => p String (f String) -> p NFCText (f NFCText)
- Text: nfcUtf8ByteString :: (Choice p, Applicative f) => p ByteString (f ByteString) -> p NFCText (f NFCText)
+ Text: nfcUtf8ByteString :: (Applicative f, Choice p) => p ByteString (f ByteString) -> p NFCText (f NFCText)
- Time: buildTime :: TimeLocale -> [(Char, String)] -> Maybe t
+ Time: buildTime :: ParseTime t => TimeLocale -> [(Char, String)] -> Maybe t
- Time: formatCharacter :: Char -> Maybe (TimeLocale -> Maybe NumericPadOption -> t -> String)
+ Time: formatCharacter :: FormatTime t => Char -> Maybe (TimeLocale -> Maybe NumericPadOption -> t -> String)
Files
- ChangeLog +3/−1
- liblawless.cabal +5/−5
ChangeLog view
@@ -1,6 +1,8 @@ 2016-12-16 Evan Cofsky <evan@theunixman.com> - * liblawless.cabal: Use dns-2.0.8 which is available in Debian.+ * liblawless.cabal (0.14.0.3):+ Use dns-2.0.8 which is available in Debian.+ Update location information for this release. * Examples/ZFS/zpools.yaml: Rename from zpool.yaml.
liblawless.cabal view
@@ -1,5 +1,5 @@ name: liblawless-version: 0.14.0.2+version: 0.14.0.3 synopsis: Prelude based on protolude for GHC 8 and beyond. license: GPL-3 license-file: LICENSE@@ -24,10 +24,10 @@ type: git location: git+ssh://lambdanow.us/projects/haskellnow/liblawless.git --- source-repository this--- type: git--- location: location: git+ssh://lambdanow.us/projects/haskellnow/liblawless.git--- tag: v0.13.1+source-repository this+ type: git+ location: location: git+ssh://lambdanow.us/projects/haskellnow/liblawless.git+ tag: v0.14.0.3 library exposed-modules: