You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alex.cabal
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
cabal-version: >=1.8
1
+
cabal-version: >=1.10
2
2
name: alex
3
3
version: 3.2.6
4
4
-- don't forget updating changelog.md!
@@ -115,8 +115,12 @@ executable alex
115
115
116
116
build-depends: base <5
117
117
118
-
extensions: CPP
118
+
default-language: Haskell98
119
+
default-extensions: CPP
120
+
other-extensions: MagicHash
121
+
119
122
ghc-options: -Wall -rtsopts
123
+
120
124
other-modules:
121
125
AbsSyn
122
126
CharSet
@@ -146,4 +150,6 @@ test-suite tests
146
150
-- This line is important as it ensures that the local `exe:alex` component declared above is built before the test-suite component is invoked, as well as making sure that `alex` is made available on $PATH and `$alex_datadir` is set accordingly before invoking `test.hs`
0 commit comments