shakers 0.0.43 → 0.0.44
raw patch · 2 files changed
+1/−47 lines, 2 filesdep −shakersdep ~basePVP ok
version bump matches the API change (PVP)
Dependencies removed: shakers
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Shakefile.hs +0/−39
- shakers.cabal +1/−8
− Shakefile.hs
@@ -1,39 +0,0 @@-#!/usr/bin/env stack-{- stack- runghc- --package shakers- -}--{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE OverloadedStrings #-}---- | Shake makefile for project.----import Development.Shakers---- | Main entry point.----main :: IO ()-main = shakeMain $ do- let pats =- [ "stack.yaml"- , "Shakefile.hs"- , "src//*.hs"- ]- pats' = delete "stack.yaml" pats-- -- | Haskell rules.- --- hsRules "." pats'-- -- | Cabal rules.- --- cabalRules "." "shakers.cabal"-- -- | Stack rules.- --- stackRules "." pats-- -- | Default things to run.- --- want [ "build-error", "lint" ]
shakers.cabal view
@@ -1,5 +1,5 @@ name: shakers-version: 0.0.43+version: 0.0.44 synopsis: Shake helpers. description: Primitive helpers for Shake files. homepage: https://github.com/swift-nav/shakers@@ -24,13 +24,6 @@ , lifted-base , regex-compat , shake--executable shake-shakers- main-is: Shakefile.hs- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall- build-depends: base- , shakers- default-language: Haskell2010 source-repository head type: git