Skip to content

Commit

Permalink
Build with ghc 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed May 23, 2024
1 parent 330b28d commit d7e0439
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
14 changes: 7 additions & 7 deletions reflex-dom-core/reflex-dom-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ flag gc-tests
library
hs-source-dirs: src
build-depends:
aeson >= 0.8 && < 2.2,
base >= 4.7 && < 4.19,
aeson >= 0.8 && < 2.3,
base >= 4.7 && < 4.20,
bifunctors >= 4.2 && < 6,
bimap >= 0.3 && < 0.5,
blaze-builder >= 0.4.1 && < 0.5,
bytestring >= 0.10 && < 0.12,
bytestring >= 0.10 && < 0.13,
case-insensitive < 1.3,
commutative-semigroups >=0.1 && <0.2,
containers >= 0.6 && < 0.7,
Expand All @@ -81,7 +81,7 @@ library
data-default >= 0.5 && < 0.8,
dependent-map >= 0.3 && < 0.5,
dependent-sum >= 0.6 && < 0.8,
dependent-sum-template >= 0.1 && < 0.2,
dependent-sum-template >= 0.2 && < 0.3,
directory >= 1.2 && < 1.4,
exception-transformers == 0.4.*,
ghcjs-dom >= 0.9.1.0 && < 0.10,
Expand All @@ -91,7 +91,7 @@ library
lens >= 4.7 && < 5.3,
monad-control >= 1.0.1 && < 1.1,
mtl >= 2.1 && < 2.4,
primitive >= 0.5 && < 0.8,
primitive >= 0.5 && < 0.9,
random >= 1.1 && < 1.3,
ref-tf >= 0.4 && < 0.6,
reflex >= 0.8.2.1 && < 1,
Expand Down Expand Up @@ -169,8 +169,8 @@ library

if flag(use-template-haskell)
build-depends:
dependent-sum-template >= 0.1 && < 0.2,
template-haskell >= 2.12.0 && < 2.21
dependent-sum-template >= 0.2 && < 0.3,
template-haskell >= 2.12.0 && < 2.22
other-extensions: TemplateHaskell
cpp-options: -DUSE_TEMPLATE_HASKELL
other-modules:
Expand Down
1 change: 0 additions & 1 deletion reflex-dom-core/src/Reflex/Dom/WebSocket.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
{-# LANGUAGE ForeignFunctionInterface #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE JavaScriptFFI #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
Expand Down
1 change: 0 additions & 1 deletion reflex-dom-core/src/Reflex/Dom/Xhr/Foreign.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE JavaScriptFFI #-}
{-# LANGUAGE OverloadedStrings #-}

module Reflex.Dom.Xhr.Foreign (
Expand Down
4 changes: 2 additions & 2 deletions reflex-dom-test-selenium/reflex-dom-test-selenium.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ library
hs-source-dirs: src
build-depends:
async,
base >= 4.7 && < 4.19,
bytestring >= 0.10 && < 0.12,
base >= 4.7 && < 4.20,
bytestring >= 0.10 && < 0.13,
chrome-test-utils,
exceptions,
hspec-core < 2.12,
Expand Down
6 changes: 3 additions & 3 deletions reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
hs-source-dirs: src-android
other-modules: Reflex.Dom.Android.MainWidget
build-depends:
aeson >= 1.4 && < 2.2,
aeson >= 1.4 && < 2.3,
android-activity == 0.2.*,
data-default == 0.7.*,
jsaddle >= 0.9.6 && < 0.10
Expand All @@ -71,8 +71,8 @@ library
cpp-options: -DANDROID
build-tools: hsc2hs
build-depends:
base >= 4.7 && < 4.19,
bytestring >= 0.10 && < 0.12,
base >= 4.7 && < 4.20,
bytestring >= 0.10 && < 0.13,
reflex >= 0.8 && < 1,
reflex-dom-core >= 0.6.1.0 && <0.9,
text == 1.2.*
Expand Down

0 comments on commit d7e0439

Please sign in to comment.