Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with ghc(js) 9.8.2 + 9.10.1 #474

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: github-action

on: [push, pull_request]
on: [push, pull_request]

jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2', '9.8.2', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
exclude:
# There are some linker warnings in 802 on darwin that
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ hsenv.log
*_stub.h
.cabal-sandbox/
cabal.sandbox.config
cabal.project.local
.stack-work
codex.tags
*.dump-*
Expand Down
27 changes: 27 additions & 0 deletions cabal.dependencies.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
allow-newer:
which:base
, which:template-haskell
, dependent-sum-template:template-haskell

source-repository-package
type: git
location: https://github.com/ymeister/ghcjs-dom.git
tag: 5bff37b7f83072b732eedaea4661083b3d35e4b6
subdir: ghcjs-dom-javascript
--sha256: 0dxiskgx3f2f4bnkwghk0kqfp7pp2m5r3pma9dxlhxggj9a95brm

if !arch(javascript)
source-repository-package
type: git
location: https://github.com/ndmitchell/hlint.git
tag: 49f47288040400f1a4c4af71646d2037fdbbd72b
--sha256: sha256-gHVNiyYkCX8DKzOEt2HeV+2v/AyafpjsgfZbZjHo0lM=

source-repository-package
type: git
location: https://github.com/gtk2hs/webkit-javascriptcore.git
tag: 0.14.4.6
--sha256: sha256-AHqqMG7RkCZGjtEKXD94VAzxa8vP0K4LMX9ZjUyPC5M=

package webkit2gtk3-javascriptcore
documentation: false
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
chrome-test-utils/
reflex-dom-test-selenium/

source-repository-package
type: git
location: https://github.com/dfordivam/hspec-webdriver-clone
tag: 0d748b7bb7cd74dce0a55a1ec86b01dbb8a71cd8
if arch(javascript)
extra-packages: ghci

import: cabal.dependencies.project
5 changes: 0 additions & 5 deletions cabal.project-nogtk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ package reflex-dom-core

package reflex-dom
flags: +use-warp -webkit2gtk

source-repository-package
type: git
location: https://github.com/dfordivam/hspec-webdriver-clone
tag: 0d748b7bb7cd74dce0a55a1ec86b01dbb8a71cd8
Loading
Loading