Skip to content

Commit

Permalink
Merge pull request #125 from cdepillabout/ghc-9.4
Browse files Browse the repository at this point in the history
Add JSaddle workarounds for GHC 9.4
  • Loading branch information
georgefst authored Mar 19, 2023
2 parents 1253827 + 7091ec1 commit 756c3ff
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@ packages:

constraints: miso +jsaddle

-- https://github.com/ghcjs/jsaddle/pull/133
-- https://github.com/ghcjs/jsaddle/pull/136
source-repository-package
type: git
location: https://github.com/avanov/jsaddle
tag: 838a2133f15085c5b6b75bdd0647ac5033c59380
subdir: jsaddle jsaddle-warp
type: git
location: https://github.com/avanov/jsaddle
tag: 0011573a2bafb0c2c17fe95d1212374f13e1b629
subdir: jsaddle

allow-newer:
jsaddle:aeson,
jsaddle:attoparsec,
jsaddle:base-compat,
jsaddle:base64-bytestring,
jsaddle:bytestring,
jsaddle:lens,
jsaddle:text,
jsaddle:time,
jsaddle-warp:aeson,
jsaddle-warp:bytestring,
jsaddle-warp:jsaddle,
jsaddle-warp:text,

0 comments on commit 756c3ff

Please sign in to comment.