hex 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring
API changes (from Hackage documentation)
Files
- hex.cabal +2/−2
hex.cabal view
@@ -1,5 +1,5 @@ Name: hex-Version: 0.1.1+Version: 0.1.2 Synopsis: Convert strings into hexadecimal and back. Description: Convert strings into hexadecimal and back. License: BSD3@@ -10,6 +10,6 @@ Maintainer: taruti@taruti.net Build-Depends: base >= 3 && < 5, bytestring Exposed-modules: Data.Hex-Extensions: TypeSynonymInstances+Extensions: TypeSynonymInstances FlexibleInstances GHC-Options: -Wall Build-Type: Simple