Skip to content
This repository was archived by the owner on Feb 17, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chell/Test/Chell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ import qualified Control.Exception
import Control.Exception (Exception)
import Control.Monad (ap, liftM)
import Control.Monad.IO.Class (MonadIO, liftIO)
import qualified Data.Algorithm.Patience as Patience
import qualified Data.ByteString.Char8
import qualified Data.ByteString.Lazy.Char8
import Data.Foldable (Foldable, foldMap)
Expand All @@ -136,6 +135,8 @@ import qualified Data.Text.Lazy

import qualified Language.Haskell.TH as TH

import qualified Patience

import Test.Chell.Main (defaultMain)
import Test.Chell.Types

Expand Down
2 changes: 1 addition & 1 deletion chell/chell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library
base >= 4.1 && < 5.0
, bytestring >= 0.9
, options >= 1.0 && < 2.0
, patience >= 0.1 && < 0.2
, patience >= 0.2 && < 0.3
, random >= 1.0
, template-haskell >= 2.3
, text
Expand Down