packages feed

mnist-idx 0.1.2.5 → 0.1.2.6

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~binaryPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, binary

API changes (from Hackage documentation)

- Data.IDX: IDXDouble :: IDXContentType
- Data.IDX: IDXFloat :: IDXContentType
- Data.IDX: IDXInt :: IDXContentType
- Data.IDX: IDXShort :: IDXContentType
- Data.IDX: IDXSignedByte :: IDXContentType
- Data.IDX: IDXUnsignedByte :: IDXContentType
- Data.IDX.Internal: IDXDouble :: IDXContentType
- Data.IDX.Internal: IDXFloat :: IDXContentType
- Data.IDX.Internal: IDXInt :: IDXContentType
- Data.IDX.Internal: IDXShort :: IDXContentType
- Data.IDX.Internal: IDXSignedByte :: IDXContentType
- Data.IDX.Internal: IDXUnsignedByte :: IDXContentType
+ Data.IDX: [IDXDouble] :: IDXContentType
+ Data.IDX: [IDXFloat] :: IDXContentType
+ Data.IDX: [IDXInt] :: IDXContentType
+ Data.IDX: [IDXShort] :: IDXContentType
+ Data.IDX: [IDXSignedByte] :: IDXContentType
+ Data.IDX: [IDXUnsignedByte] :: IDXContentType
+ Data.IDX.Internal: [IDXDouble] :: IDXContentType
+ Data.IDX.Internal: [IDXFloat] :: IDXContentType
+ Data.IDX.Internal: [IDXInt] :: IDXContentType
+ Data.IDX.Internal: [IDXShort] :: IDXContentType
+ Data.IDX.Internal: [IDXSignedByte] :: IDXContentType
+ Data.IDX.Internal: [IDXUnsignedByte] :: IDXContentType

Files

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