packages feed

haskell-packages 0.2.3.3 → 0.2.3.4

raw patch · 3 files changed

+15/−2 lines, 3 filesdep +eitherdep −EitherT

Dependencies added: either

Dependencies removed: EitherT

Files

CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.2.3.4+---------------++Depend on `either` instead of `EitherT`+ Version 0.2.3.3 --------------- 
README.md view
@@ -64,3 +64,11 @@  where `$TOOL` may be either a full path to the compiler, or just an executable name if it's in `$PATH`.++Maintainers+-----------++[Roman Cheplyaka](https://github.com/feuerbach) is the primary maintainer.++[Adam Bergmark](https://github.com/bergmark) is the backup maintainer. Please+get in touch with him if the primary maintainer cannot be reached.
haskell-packages.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                haskell-packages-version:             0.2.3.3+version:             0.2.3.4 synopsis:            Haskell suite library for package management and integration with Cabal description:         See <http://documentup.com/haskell-suite/haskell-packages> license:             MIT@@ -48,6 +48,6 @@     , containers     , mtl >= 2.1     , hse-cpp-    , EitherT+    , either     , haskell-src-exts >= 1.14     , tagged