uri-bytestring 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- changelog.md +3/−0
- uri-bytestring.cabal +2/−2
changelog.md view
@@ -1,3 +1,6 @@+0.3.2.1+* Loosen upper bounds on template-haskell+ 0.3.2.0 * Only depend on the fail package when it is needed due to GHC version.
uri-bytestring.cabal view
@@ -1,5 +1,5 @@ name: uri-bytestring-version: 0.3.2.0+version: 0.3.2.1 synopsis: Haskell URI parsing as ByteStrings description: uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data. license: BSD3@@ -43,7 +43,7 @@ , base >= 4.6 && < 5 , bytestring >= 0.9.1 && < 0.11 , blaze-builder >= 0.3.0.0 && < 0.5- , template-haskell >= 2.9 && < 2.14+ , template-haskell >= 2.9 && < 2.15 , th-lift-instances >= 0.1.8 && < 0.2 , containers