packages feed

dataenc 0.14.0.2 → 0.14.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~arraydep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array, base

API changes (from Hackage documentation)

Files

dataenc.cabal view
@@ -1,5 +1,5 @@ name: dataenc-version: 0.14.0.2+version: 0.14.0.3 license: BSD3 license-file: LICENSE cabal-version: >= 1.6@@ -21,7 +21,7 @@  library     hs-source-dirs: src-    build-depends: array >= 0.1.0 && < 0.4, base >= 3.0.0 && < 4.5, containers >= 0.1.0 && < 0.5+    build-depends: array >= 0.1.0 && < 0.5, base >= 3.0.0 && < 4.6, containers >= 0.1.0 && < 0.5     exposed-modules:             Codec.Binary.Base16             Codec.Binary.Base32