mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 03:01:56 +01:00
Drop usage of EitherT in haskell-packages
This commit is contained in:
parent
e64cf0da5d
commit
cee68ed5b2
11
patching/patches/haskell-packages-0.2.3.3.patch
Normal file
11
patching/patches/haskell-packages-0.2.3.3.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -ru orig/haskell-packages.cabal new/haskell-packages.cabal
|
||||||
|
--- orig/haskell-packages.cabal 2014-02-20 12:04:23.945608732 +0200
|
||||||
|
+++ new/haskell-packages.cabal 2014-02-20 12:04:23.000000000 +0200
|
||||||
|
@@ -48,6 +48,6 @@
|
||||||
|
, containers
|
||||||
|
, mtl >= 2.1
|
||||||
|
, hse-cpp
|
||||||
|
- , EitherT
|
||||||
|
+ , either
|
||||||
|
, haskell-src-exts >= 1.14
|
||||||
|
, tagged
|
||||||
Loading…
Reference in New Issue
Block a user