Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 747aba1

Browse files
committed
Remove build flag for old-base
1 parent 72a6c23 commit 747aba1

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

snap-starter.cabal

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Flag development
1414
Description: Whether to build the server in development (interpreted) mode
1515
Default: False
1616

17-
Flag old-base
18-
default: False
19-
manual: False
20-
2117
Executable snap-starter
2218
hs-source-dirs: src
2319
main-is: Main.hs
@@ -33,16 +29,9 @@ Executable snap-starter
3329
snap-loader-static >= 0.9 && < 0.10,
3430
text >= 0.11 && < 1.3,
3531
time >= 1.1 && < 1.6,
36-
xmlhtml >= 0.1 && < 0.3
37-
38-
if flag(old-base)
39-
build-depends:
40-
base >= 4 && < 4.4,
41-
lens >= 3.7.6 && < 3.8
42-
else
43-
build-depends:
44-
base >= 4.4 && < 5,
45-
lens >= 3.7.6 && < 4.13
32+
xmlhtml >= 0.1 && < 0.3,
33+
base >= 4.4 && < 5,
34+
lens >= 3.7.6 && < 4.13
4635

4736
if flag(development)
4837
build-depends:

0 commit comments

Comments
 (0)