preamble 0.0.51 → 0.0.52
raw patch · 2 files changed
+4/−5 lines, 2 filesdep −uuiddep ~shakers
Dependencies removed: uuid
Dependency ranges changed: shakers
Files
- Shakefile.hs +1/−1
- preamble.cabal +3/−4
Shakefile.hs view
@@ -37,7 +37,7 @@ -- | sanity -- fake "." pats "sanity" $ const $- need [ "build-error", "lint" ]+ need [ "build-error", "lint", "weed" ] -- | Default things to run. --
preamble.cabal view
@@ -1,5 +1,5 @@ name: preamble-version: 0.0.51+version: 0.0.52 cabal-version: >=1.22 build-type: Simple license: MIT@@ -39,8 +39,7 @@ text-manipulate >=0.2.0.1, time >=1.5.0.1, transformers-base >=0.4.4,- unordered-containers >=0.2.8.0,- uuid >=1.3.13+ unordered-containers >=0.2.8.0 default-language: Haskell2010 hs-source-dirs: src other-modules:@@ -61,7 +60,7 @@ main-is: Shakefile.hs build-depends: base >=4.8 && <5,- shakers >=0.0.35+ shakers >=0.0.36 default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall