Skip to content

Commit

Permalink
Merge pull request #7 from distrap/ghc924
Browse files Browse the repository at this point in the history
GHC 9.2.4
  • Loading branch information
sorki authored Nov 15, 2022
2 parents 9819262 + 8ca1fc5 commit e5e316c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ghc:
- '8.10.7'
- '9.0.2'
- '9.2.4'
name: Haskell CI
on:
- push
Expand Down
6 changes: 5 additions & 1 deletion ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ in haskellCi.generalCi
# haskellCi.matrixSteps
)
( Some
{ ghc = [ haskellCi.GHC.GHC8107, haskellCi.GHC.GHC902 ]
{ ghc =
[ haskellCi.GHC.GHC8107
, haskellCi.GHC.GHC902
, haskellCi.GHC.GHC924
]
, cabal = [ haskellCi.Cabal.Cabal36 ]
}
)
Expand Down
1 change: 1 addition & 0 deletions ivory/src/Ivory/Language/Cast.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FlexibleContexts #-}
-- Needed to check (SafeCast to from) in the instance constraints for
-- RuntimeCast.
{-# LANGUAGE UndecidableInstances #-}
Expand Down

0 comments on commit e5e316c

Please sign in to comment.