@@ -9,19 +9,14 @@ documentation, see the doc directory.
9
9
10
10
- < https://hackage.haskell.org/package/alex >
11
11
12
- Alex version 2.0 has changed fairly considerably since version 1.x,
13
- and the syntax is almost completely different. For a detailed list of
14
- changes, see the release notes in the documentation.
12
+ Alex is covered by a BSD-Style licence; see the licence file in
13
+ the ` doc ` directory for details.
15
14
16
- Alex is now covered by a BSD-Style licence; see the licence file in
17
- the 'doc' directory for details .
15
+ The sources are in the ` src ` directory and the documentation in the ` doc `
16
+ directory; various examples are in the ` examples ` subdirectory .
18
17
19
- The sources are in the 'src' directory and the documentation in the 'doc'
20
- directory; various examples are in the 'examples' subdirectory.
21
-
22
- The source code in the 'src' and 'examples' directories is intended
23
- for a Haskell 98 compiler with hierarchical modules. It should work
24
- with GHC >= 5.04.
18
+ The source code in the ` src ` and ` examples ` directories is intended to work
19
+ with GHC >= 7.0.
25
20
26
21
## Build Instructions
27
22
@@ -51,7 +46,7 @@ Haskell Platform, or e.g. via (run this outside the Git repository!):
51
46
$ cabal install alex happy
52
47
53
48
which installs them into ` ${HOME}/.cabal/bin ` by default (make sure
54
- they're in your ` $PATH ` for the next steps!).
49
+ they are in your ` $PATH ` for the next steps!).
55
50
56
51
### Variant A
57
52
@@ -65,7 +60,7 @@ First you need to generate the pre-processed templates via
65
60
And then you can install ` alex ` simply by invoking
66
61
67
62
$ cabal install
68
-
63
+
69
64
from inside the Git folder.
70
65
71
66
### Variant B
@@ -78,7 +73,7 @@ new-run gen-alex-sdist` pre-preprocessing step):
78
73
$ make sdist
79
74
$ cabal install dist/alex-*.tar.gz
80
75
81
- For convenience, there's also a ` make sdist-test ` target which builds the
76
+ For convenience, there is also a ` make sdist-test ` target which builds the
82
77
source source tarball and runs the test-suite from within the source dist.
83
78
84
79
## Contributing & Reporting Issues
92
87
93
88
94
89
90
+
91
+ and [ recent contributors] ( https://github.com/simonmar/alex/graphs/contributors ) .
0 commit comments