packages feed

mnist-idx 0.1.2.6 → 0.1.2.7

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~directorydep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory, vector

API changes (from Hackage documentation)

Files

mnist-idx.cabal view
@@ -1,6 +1,6 @@ name:                mnist-idx -version:             0.1.2.6+version:             0.1.2.7  -- A short (one-line) description of the package. synopsis:            Read and write IDX data that is used in e.g. the MNIST database.@@ -58,7 +58,7 @@   -- Other library packages from which modules are imported.   build-depends:       base >=4.6 && <5,                        binary >= 0.7 && < 0.9,-                       vector >= 0.10 && < 0.12,+                       vector >= 0.10 && < 0.13,                        bytestring >= 0.10 && < 0.11    -- Directories containing source files.   hs-source-dirs:      src@@ -76,7 +76,7 @@    build-depends:       base >= 4.6                      , hspec >= 1.9-                     , vector >= 0.10 && < 0.12+                     , vector >= 0.10 && < 0.13                      , binary >= 0.7 && < 0.9-                     , directory >= 1.2 && < 1.3+                     , directory >= 1.2 && < 1.4                      , mnist-idx