Hashell 0.15 → 1.0
raw patch · 1 files changed
+9/−7 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- Hashell.cabal +9/−7
Hashell.cabal view
@@ -1,18 +1,20 @@ Name: Hashell-Version: 0.15+Version: 1.0 Synopsis: Simple shell written in Haskell Description: A simple shell written in Haskell; through the GHC API, it allows evaluation of Haskell expressions.+ .+ This works only with old GHCs. Category: User Interfaces License: GPL License-File: LICENSE Author: Luis Francisco Araujo-Maintainer: luis@arjox.org-Stability: alpha--Tested-With: GHC-Build-Depends: base, unix, haskell98, readline, parsec, regex-compat, process, ghc,+Maintainer: none+Stability: experimental+cabal-version: >= 1.6+Tested-With: GHC==6.8.2+Build-Depends: base==3.*, unix, haskell98, readline, parsec, regex-compat, process, ghc, directory Build-Type: Simple Extra-Source-Files: BUGS, CHANGELOG, config_example, README@@ -22,5 +24,5 @@ hs-source-dirs: Hashell/ Other-Modules: ConfigFile, Environment, Eval, Exec, Options, Parse, Process Signals-Ghc-options: -O2 -Wall -Werror -optl-Wl,-s+Ghc-options: -O2 -Wall Ghc-prof-options: -prof -auto-all