packages feed

haskellscript-0.1.0.1: haskellscript.cabal

name:                   haskellscript
version:                0.1.0.1
synopsis:               Command line tool for running Haskell scripts with a shebang.
description:            Command line tool for running Haskell scripts with a shebang.
license:                BSD3
license-file:           LICENSE
author:                 Sean Parsons
maintainer:             github@futurenotfound.com
copyright:              Copyright (C) 2015 Sean Parsons
category:               Development
build-type:             Simple
cabal-version:          >=1.10
homepage:               http://github.com/seanparsons/haskellscript/
bug-reports:            http://github.com/seanparsons/haskellscript/issues

source-repository head
  type:                 git
  location:             git://github.com/seanparsons/haskellscript.git

executable haskellscript
  main-is:              HaskellScript.hs
  build-depends:        base >=4.6 && <4.9,
                        either,
                        directory,
                        filepath,
                        text,
                        mtl,
                        process,
                        cryptohash
  hs-source-dirs:       src
  default-language:     Haskell2010