haskellscript 0.2.0 → 0.2.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- haskellscript.cabal +1/−1
- src/HaskellScript.hs +1/−0
haskellscript.cabal view
@@ -1,5 +1,5 @@ name: haskellscript-version: 0.2.0+version: 0.2.1 synopsis: Command line tool for running Haskell scripts with a hashbang. description: This tool provides the ability to script in a shell with Haskell (including dependencies) the same way that has been possible with bash scripts or Python.
src/HaskellScript.hs view
@@ -7,6 +7,7 @@ import Control.Monad.Trans.Either import Crypto.Hash import Data.Either.Combinators+import Data.Monoid import Data.Traversable import qualified Data.List as L import System.Directory