forked from robdockins/shellac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shellac.cabal
35 lines (35 loc) · 858 Bytes
/
Shellac.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Name: Shellac
Version: 0.5
License: BSD3
License-File: LICENSE
Author: Robert Dockins
Synopsis: Framework for creating shell envinronments
Category: Console
Stability: Alpha
Hs-Source-Dirs:
src
Build-Depends:
base >= 1.0,
haskell98 >= 1.0,
mtl >= 1.0,
stm >= 1.0
Extensions:
MultiParamTypeClasses
FunctionalDependencies
ExistentialQuantification
CPP
-- STM
Exposed-modules:
System.Console.Shell
System.Console.Shell.Backend
System.Console.Shell.Backend.Basic
System.Console.Shell.Exception
System.Console.Shell.ShellMonad
System.Console.Shell.History
Other-modules:
System.Console.Shell.Regex
System.Console.Shell.PPrint
System.Console.Shell.Types
System.Console.Shell.RunShell
System.Console.Shell.Commands
System.Console.Shell.ConsoleHandler