-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshe.cabal
60 lines (55 loc) · 2.02 KB
/
she.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: she
version: 0.6
homepage: http://personal.cis.strath.ac.uk/~conor/pub/she
synopsis: A Haskell preprocessor adding miscellaneous features
description:
The Strathclyde Haskell Enhancement is a somewhat inglorious bodge,
equipping ghc with automatic lifting of types to kinds, pattern
synonyms, and some kit for higgledy-piggledy literate programming.
category: Language
license: PublicDomain
license-file: LICENCE
author: Conor McBride
maintainer: conor@strictlypositive.org
extra-source-files: src/Makefile
examples/Binding.lhs
examples/Fix.lhs
examples/FH.lhs
examples/Hig.lhs
examples/IFunctor.lhs
examples/IMonad.lhs
examples/Jig.lhs
examples/Parsley.lhs
examples/Path.lhs
examples/Pig.lhs
examples/Tree.lhs
examples/Vec.lhs
cabal-version: >= 1.6
build-type: Simple
executable she
main-is: Main.lhs
build-depends: Cabal >= 1.22.5.0
, base >=4.8.1.0 && < 5
, directory >= 1
, filepath >= 1 && < 2
, mtl >=2 && <3
, singletons >= 2
hs-source-dirs: src
other-modules: Aspect
DeBruijn
IdiomBrackets
Imports
HaLay
Parsley
ShesHers
Superclass
TypesToKinds
library
exposed-modules: ShePrelude
build-depends: base >=3 && < 5,
mtl >=2 && <3,
filepath >= 1 && < 2
hs-source-dirs: src
source-repository head
type: darcs
location: http://personal.cis.strath.ac.uk/~conor/pub/she