Skip to content

Commit

Permalink
Use cabal-version supported by Miso
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Sep 20, 2022
1 parent 7b89800 commit 1a48dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/web.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.0
cabal-version: 2.4
name: web
version: 0.1.0.0
category: Web
Expand All @@ -18,7 +18,7 @@ executable web
text,
if !impl(ghcjs)
build-depends:
base ^>= {4.14, 4.15, 4.16},
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16,
jsaddle,
jsaddle-warp,
transformers,
Expand Down

0 comments on commit 1a48dda

Please sign in to comment.