packages feed

general-prelude 0.1.1 → 0.1.2

raw patch · 2 files changed

+3/−4 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

Prelude/General.hs view
@@ -40,8 +40,7 @@                                , second ) import           Control.Category import           Control.Exception-import           Control.Lens hiding ( lefts-                                     , rights )+import           Control.Lens import           Control.Monad hiding ( forM                                       , forM_                                       , mapM
general-prelude.cabal view
@@ -1,5 +1,5 @@ Name:                general-prelude-Version:             0.1.1+Version:             0.1.2 Synopsis:            Prelude replacement using generalized type classes where possible Description:         This Prelude prefers more general and performance-oriented types,                      such as Category, Foldable, Traversable, Data.Text and Control.Lens.@@ -17,7 +17,7 @@   default-extensions: NoImplicitPrelude    Build-Depends:        base >= 4 && < 5-                      , lens            >= 3.0+                      , lens            >= 3.7                       , pointless-fun   >= 1.1.0.1                       , strict          >= 0.3.2                       , system-filepath >= 0.4.7