checksum 0.0 → 0.0.0.1
raw patch · 1 files changed
+8/−6 lines, 1 filesdep ~explicit-exceptionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: explicit-exception
API changes (from Hackage documentation)
Files
- checksum.cabal +8/−6
checksum.cabal view
@@ -1,10 +1,12 @@ Name: checksum-Version: 0.0+Version: 0.0.0.1 Synopsis: Compute and verify checksums of ISBN, IBAN, etc. Description: Compute and verify checksums of various identifiers, such as IBAN, ISBN, EAN, Germany's Citizen Card.-Homepage: http://hub.darcs.net/thielema/checksum+ .+ Related package: @isbn@+Homepage: https://hub.darcs.net/thielema/checksum License: BSD3 License-File: LICENSE Author: Henning Thielemann@@ -14,13 +16,13 @@ Cabal-Version: >=1.10 Source-Repository this- Tag: 0.0+ Tag: 0.0.0.1 Type: darcs- Location: http://hub.darcs.net/thielema/checksum+ Location: https://hub.darcs.net/thielema/checksum Source-Repository head Type: darcs- Location: http://hub.darcs.net/thielema/checksum+ Location: https://hub.darcs.net/thielema/checksum Library Exposed-Modules:@@ -31,7 +33,7 @@ Other-Modules: Math.Checksum.Utility Build-Depends:- explicit-exception >= 0.1.9 && <0.2,+ explicit-exception >= 0.1.9 && <0.3, utility-ht >=0.0.11 && <0.1, base >=4.5 && <5 Hs-Source-Dirs: src