packages feed

shake-plus 0.1.8.0 → 0.1.9.0

raw patch · 2 files changed

+9/−4 lines, 2 filesdep +aesondep −hashable

Dependencies added: aeson

Dependencies removed: hashable

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Changelog for shake-plus +## v0.1.9.0++* Add lower bound to aeson.+* Remove hashable dependency.+ ## v0.1.8.0  * Reexport `Development.Shake.Classes` and `Development.Shake.RuleResult`.
shake-plus.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d06a46b380c88fe318c4e74fce902a85f645f4e95b4b432d9d2b99a666963b9a+-- hash: 9c8b08ba23e975c98545966a382ba5d9556757e79f7155a51641c9d4c8988d02  name:           shake-plus-version:        0.1.8.0+version:        0.1.9.0 synopsis:       Re-export of Shake using well-typed paths and ReaderT. description:    Re-export of Shake using well-typed paths and ReaderT. You can thread logging through your Shake Actions, and better keep track of source and output folders using the Within type. category:       development, shake@@ -44,10 +44,10 @@   default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints   build-depends:-      base >=4.7 && <5+      aeson >=1.4.7.1+    , base >=4.7 && <5     , comonad     , extra-    , hashable     , path     , rio     , shake