From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../whitespace/files/whitespace-0.4-ghc-7.10.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dev-lang/whitespace/files/whitespace-0.4-ghc-7.10.patch (limited to 'dev-lang/whitespace/files/whitespace-0.4-ghc-7.10.patch') diff --git a/dev-lang/whitespace/files/whitespace-0.4-ghc-7.10.patch b/dev-lang/whitespace/files/whitespace-0.4-ghc-7.10.patch new file mode 100644 index 000000000000..6ee31f4e66e3 --- /dev/null +++ b/dev-lang/whitespace/files/whitespace-0.4-ghc-7.10.patch @@ -0,0 +1,37 @@ +diff --git a/VM.hs b/VM.hs +index 8ef93ce..e8113a0 100644 +--- a/VM.hs ++++ b/VM.hs +@@ -1,7 +1,7 @@ + module VM where + +-import Array +-import IO ++import Data.Array ++import System.IO + import System.Random + + {- Stack machine for running whitespace programs -} +diff --git a/main.hs b/main.hs +index 83c60b7..a22ff15 100644 +--- a/main.hs ++++ b/main.hs +@@ -26,7 +26,7 @@ import Input + import VM + import Tokens + +-import System(getArgs) ++import System.Environment (getArgs) + + main :: IO () + main = do +diff --git a/whitespace.cabal b/whitespace.cabal +index 95ae434..e57ac58 100644 +--- a/whitespace.cabal ++++ b/whitespace.cabal +@@ -15,4 +15,4 @@ Extra-Source-Files: VM.hs Tokens.hs Input.hs + + Executable wspace + Main-is: main.hs +- Build-Depends: haskell98, random ++ Build-Depends: base, array, random -- cgit v1.2.3