Name: ghci-haskeline Version: 0.1 Copyright: BSD3 License: BSD3 License-File: LICENSE -- Author: XXX Build-Type: Simple Cabal-Version: >= 1.6 Maintainer: Judah Jacobson Category: Compilers/Interpreters Synopsis: An implementation of ghci using the Haskeline line-input library. Description: This package reimplements ghci using the GHC API and the Haskeline package for line input in command-line programs. . This is an unofficial package; thus any bugs may be the fault of the maintainer rather than of the GHC team. Homepage: http://code.haskell.org/~judah/ghci-haskeline Executable ghci-haskeline Main-Is: Main.hs Other-modules: GhciHaskeline.GhciMonad GhciHaskeline.InteractiveUI GhciHaskeline.GhciTags Build-Depends: ghc == 6.10.*, base >=4 && < 5, array >= 0.1 && < 0.3, bytestring >= 0.9 && < 0.10, directory >= 1 && < 1.1, filepath >= 1 && < 1.2, process >= 1 && < 1.1 Build-Depends: mtl, haskeline == 0.6.* if os(windows) Build-Depends: Win32 else Build-Depends: unix Build-Depends: ghc-paths cpp-Options: -DGHCI ghc-options: -threaded Extensions: CPP, MagicHash, UnboxedTuples, PatternGuards, ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, Rank2Types, ScopedTypeVariables, DeriveDataTypeable GHC-Options: -Wall -fno-warn-orphans -fno-warn-name-shadowing