Commit 55dd7d21 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixed ClasssyPrelude version to 0.9.0 and fixed things for it.

parent 86f343b6
...@@ -59,7 +59,7 @@ library ...@@ -59,7 +59,7 @@ library
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.7, classy-prelude ==0.9.0,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
...@@ -129,7 +129,7 @@ executable IHaskell ...@@ -129,7 +129,7 @@ executable IHaskell
aeson >=0.6 && < 0.8, aeson >=0.6 && < 0.8,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.7, classy-prelude ==0.9.0,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
ghc ==7.6.*, ghc ==7.6.*,
...@@ -151,7 +151,7 @@ Test-Suite hspec ...@@ -151,7 +151,7 @@ Test-Suite hspec
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.7, classy-prelude ==0.9.0,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
......
This diff is collapsed.
...@@ -24,7 +24,6 @@ import qualified Data.ByteString.Char8 as Char ...@@ -24,7 +24,6 @@ import qualified Data.ByteString.Char8 as Char
import Data.Aeson (Value) import Data.Aeson (Value)
import Control.Concurrent.STM.TChan import Control.Concurrent.STM.TChan
import Control.Monad.STM
import System.IO.Unsafe (unsafePerformIO) import System.IO.Unsafe (unsafePerformIO)
import IHaskell.Types import IHaskell.Types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment