packages feed

adjunctions 2.0.0.1 → 2.0.0.2

raw patch · 2 files changed

+10/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Comonad/Trans/Adjoint.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, ImplicitParams #-}+{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-} ----------------------------------------------------------------------------- -- | -- Module      :  Control.Comonad.Trans.Adjoint
adjunctions.cabal view
@@ -1,6 +1,6 @@ name:          adjunctions category:      Data Structures, Adjunctions-version:       2.0.0.1+version:       2.0.0.2 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -18,6 +18,14 @@   location: git://github.com/ekmett/adjunctions.git  library+  other-extensions:+    CPP +    FunctionalDependencies+    FlexibleContexts+    MultiParamTypeClasses+    Rank2Types+    UndecidableInstances+   build-depends:      array >= 0.3.0.2 && < 0.4,     base >= 4 && < 5,