OpenCLWrappers 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, mtl
API changes (from Hackage documentation)
Files
- OpenCLWrappers.cabal +3/−3
OpenCLWrappers.cabal view
@@ -1,5 +1,5 @@ name: OpenCLWrappers-version: 0.1.0.1+version: 0.1.0.2 cabal-version: >=1.2 build-type: Simple license: BSD3@@ -39,9 +39,9 @@ System.OpenCL.Wrappers.Helpers System.OpenCL.Wrappers.Raw System.OpenCL.Wrappers- build-depends: base < 4.6,+ build-depends: base < 4.7, bytestring -any,- mtl >= 2 && < 2.1+ mtl >= 2 && < 2.2 exposed: True buildable: True hs-source-dirs: .