Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for new version of shelly
  • Loading branch information
hamishmack committed Jul 21, 2012
1 parent 4fba679 commit 07195df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Boot.hs
Expand Up @@ -22,6 +22,7 @@ import Prelude hiding (FilePath)
import qualified Data.Text.Lazy as T
import Data.Text.Lazy (Text)
import Shelly
import Shelly.Find
import Data.Monoid (mappend)
import Control.Monad (forM, forM_)
import Compiler.Info
Expand Down
1 change: 1 addition & 0 deletions src/Cabal.hs
Expand Up @@ -17,6 +17,7 @@ import System.Process (rawSystem, readProcess)
import System.Exit (exitWith)

import Shelly
import Shelly.Find
import Crypto.Skein
import qualified Data.ByteString.Base16 as B16
import qualified Data.ByteString.Char8 as C8
Expand Down

0 comments on commit 07195df

Please sign in to comment.