packages feed

meep 0.1.2.0 → 0.1.2.1

raw patch · 3 files changed

+8/−3 lines, 3 filesnew-uploader

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.1.2.1+=======++  * Compatibility with latest `lens`+ 0.1.2.0 ======= 
meep.cabal view
@@ -1,5 +1,5 @@ name:                meep-version:             0.1.2.0+version:             0.1.2.1 synopsis:   A silly container description:@@ -22,7 +22,7 @@ source-repository this   type:     git   location: https://github.com/supki/meep-  tag:      0.1.2.0+  tag:      0.1.2.1  library   default-language:
src/Data/Meep.hs view
@@ -33,7 +33,7 @@   ) where  import Control.Applicative (pure, liftA2)-import Control.Lens+import Control.Lens hiding (Empty) import Data.Bifoldable (Bifoldable(..)) import Data.Bifunctor.Apply (Biapply(..)) import Data.Bitraversable (Bitraversable(..))