rattletrap 0.1.3 → 0.1.4
raw patch · 1 files changed
+7/−3 lines, 1 filesdep ~rattletrapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rattletrap
API changes (from Hackage documentation)
Files
- rattletrap.cabal +7/−3
rattletrap.cabal view
@@ -1,5 +1,5 @@ name: rattletrap-version: 0.1.3+version: 0.1.4 cabal-version: >=1.10 build-type: Simple license: MIT@@ -101,6 +101,7 @@ text >=1.2.2.1 && <1.3, vector >=0.11.0.0 && <0.12 default-language: Haskell2010+ default-extensions: Strict hs-source-dirs: library other-modules: Paths_rattletrap@@ -114,9 +115,10 @@ base >=4.9.0.0 && <4.10, binary >=0.8.3.0 && <0.9, bytestring >=0.10.8.1 && <0.11,- rattletrap >=0.1.3 && <0.2,+ rattletrap >=0.1.4 && <0.2, template-haskell >=2.11.0.0 && <2.12 default-language: Haskell2010+ default-extensions: Strict hs-source-dirs: executable ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N @@ -127,6 +129,7 @@ base >=4.9.0.0 && <4.10, hlint >=1.9.35 && <1.10 default-language: Haskell2010+ default-extensions: Strict hs-source-dirs: test other-modules: Test@@ -139,10 +142,11 @@ binary >=0.8.3.0 && <0.9, bytestring >=0.10.8.1 && <0.11, filepath >=1.4.1.0 && <1.5,- rattletrap >=0.1.3 && <0.2,+ rattletrap >=0.1.4 && <0.2, tasty >=0.11.0.4 && <0.12, tasty-hspec >=1.1.3 && <1.2 default-language: Haskell2010+ default-extensions: Strict hs-source-dirs: test other-modules: Lint