Skip to content

Commit 32217c7

Browse files
committed
Bump alex cabal file min version
Hackage no longer accepts below a min below 1.10! Fix cabal check issues after bump
1 parent f4be23d commit 32217c7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

alex.cabal

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: >= 1.8
1+
cabal-version: >= 1.10
22
name: alex
33
version: 3.2.6
44
-- don't forget updating changelog.md!
@@ -115,8 +115,12 @@ executable alex
115115

116116
build-depends: base < 5
117117

118-
extensions: CPP
118+
default-language: Haskell98
119+
default-extensions: CPP
120+
other-extensions: MagicHash
121+
119122
ghc-options: -Wall -rtsopts
123+
120124
other-modules:
121125
AbsSyn
122126
CharSet
@@ -146,4 +150,6 @@ test-suite tests
146150
-- 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`
147151
build-tools: alex
148152

153+
default-language: Haskell98
154+
149155
build-depends: base, process

0 commit comments

Comments
 (0)