diff options
author | 2017-02-16 21:33:46 +0000 | |
---|---|---|
committer | 2017-02-16 21:57:08 +0000 | |
commit | 29902db175cb8b0243388e7e46f6244281530c51 (patch) | |
tree | e845028d3a23c50cfc4619b33facba75732d93cf /dev-haskell/shelly/files | |
parent | dev-haskell/criterion: bump up to 1.1.4.0 (diff) | |
download | gentoo-29902db175cb8b0243388e7e46f6244281530c51.tar.gz gentoo-29902db175cb8b0243388e7e46f6244281530c51.tar.bz2 gentoo-29902db175cb8b0243388e7e46f6244281530c51.zip |
dev-haskell/shelly: tweak for ghc-8.0.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/shelly/files')
-rw-r--r-- | dev-haskell/shelly/files/shelly-1.6.8.1-ghc-8.0.2_rc1.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-haskell/shelly/files/shelly-1.6.8.1-ghc-8.0.2_rc1.patch b/dev-haskell/shelly/files/shelly-1.6.8.1-ghc-8.0.2_rc1.patch new file mode 100644 index 000000000000..078f979fd013 --- /dev/null +++ b/dev-haskell/shelly/files/shelly-1.6.8.1-ghc-8.0.2_rc1.patch @@ -0,0 +1,9 @@ +diff --git a/src/Shelly/Pipe.hs b/src/Shelly/Pipe.hs +index 7fe7d98..cc5668d 100644 +--- a/src/Shelly/Pipe.hs ++++ b/src/Shelly/Pipe.hs +@@ -121,3 +121,3 @@ import Data.Text as T hiding (concat, all, find, cons) + +-default (T.Text) ++-- default (T.Text) + |