bytestring-encodings 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
bytestring-encodings.cabal view
@@ -1,7 +1,7 @@ name: bytestring-encodings version:- 0.1.0.0+ 0.1.0.1 synopsis: checks to see if a given bytestring adheres to a certain encoding description:@@ -41,7 +41,7 @@ Data.ByteString.Ascii , Data.ByteString.Utf8 build-depends:- base >=4.10 && <4.11+ base >=4.10 && <5.0 , bytestring , ghc-prim default-language: Haskell2010