ruin 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+6/−2 lines, 1 filesdep ~ruinPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ruin
API changes (from Hackage documentation)
Files
- ruin.cabal +6/−2
ruin.cabal view
@@ -1,5 +1,5 @@ name: ruin-version: 0.1.0.0+version: 0.1.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -28,6 +28,10 @@ category: Data, Records author: Nicolas Frisby +source-repository head+ type: git+ location: https://github.com/nfrisby/ruin.git+ flag werror description: Enable -Werror@@ -75,7 +79,7 @@ main-is: Test.hs build-depends: base >=4.9.0.0 && <4.10,- ruin >=0.1.0.0 && <0.2,+ ruin >=0.1.0.1 && <0.2, hspec >=2.2.3 && <2.3, lens ==4.14.*, mtl >=2.2.1 && <2.3,