mnist-idx 0.1.3.1 → 0.1.3.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~QuickCheckdep ~binarydep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, binary, bytestring, directory, vector
API changes (from Hackage documentation)
Files
- mnist-idx.cabal +5/−5
mnist-idx.cabal view
@@ -1,6 +1,6 @@ name: mnist-idx -version: 0.1.3.1+version: 0.1.3.2 -- A short (one-line) description of the package. synopsis: Read and write IDX data that is used in e.g. the MNIST database.@@ -76,10 +76,10 @@ build-depends: base >= 4.6 , hspec >= 1.9- , vector >= 0.10 && < 0.13- , binary >= 0.7 && < 0.9- , directory >= 1.2 && < 1.4- , QuickCheck>= 2.12 && < 3+ , vector >= 0.10+ , binary >= 0.7 + , directory >= 1.2+ , QuickCheck>= 2.12 , mnist-idx default-language: Haskell2010