- Fixed Cabal warnings
- Increment the
bytestring
,text
,monoid-sublasses
, andrank2classes
dependencies' upper bounds
- Increment the
monoid-sublasses
andinput-parsers
dependencies' upper bounds
- Increment the
text
dependency upper bound - Move the Template Haskell splices so they compile with GHC 9
- Increment the attoparsec dependency upper bounds
- Increment the dependencies' upper bounds
- Import the Input[Char]Parser classes from the
input-parsers
package
- Incremented the upper bound for the
rank2classes
dependency
- Updated for
base-4.13
- Eliminated the
Monoid/Semigroup (n s)
constraints - Added
recordWith
- Fixed the URI example and test
- Constrained the URI format serialization to ByteString
- Switched the URI parser to Attoparsec
- First version. Released on an unsuspecting world.