Skip to content

Commit

Permalink
All tests pass for my branch of GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Apr 14, 2024
1 parent 44bbed3 commit 0dd1aad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ rm -fr dist*
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=ghc-9.8.2

#--------------------------------------------------------------------
#- GHC 9.10
#- GHC 9.10 / HEAD

# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240314/bin/ghc --allow-newer
# cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.11.20240314/bin/ghc --allow-newer
Expand All @@ -215,4 +215,10 @@ rm -fr dist*
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240405/bin/ghc --allow-newer

# cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.11.20240405/bin/ghc
cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.11.20240412/bin/ghc
# cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.11.20240412/bin/ghc
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240412/bin/ghc --allow-newer

#- GHC 9.10
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240414/bin/ghc --allow-newer
cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.10.0.20240414/bin/ghc --allow-newer

8 changes: 4 additions & 4 deletions ghc-exactprint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ author: Alan Zimmerman, Matthew Pickering
maintainer: alan.zimm@gmail.com
category: Development
build-type: Simple
tested-with: GHC == 9.8.1
tested-with: GHC == 9.10.1
extra-doc-files: ChangeLog
extra-source-files: tests/examples/failing/*.hs
tests/examples/ghc710-only/*.hs
Expand Down Expand Up @@ -74,7 +74,7 @@ library
, bytestring >= 0.10.6
, containers >= 0.5
, data-default
, ghc >= 9.10.1
, ghc >= 9.10
, mtl >= 2.2.1
, syb >= 0.5
, ghc-boot
Expand Down Expand Up @@ -107,7 +107,7 @@ Test-Suite test
, directory >= 1.2
, extra
, filepath >= 1.4
, ghc >= 9.10.1
, ghc >= 9.10
, ghc-paths >= 0.1
, syb >= 0.5
, silently >= 1.2
Expand Down Expand Up @@ -177,7 +177,7 @@ executable prepare-hackage
, directory
, extra
, filepath
, ghc >= 9.10.1
, ghc >= 9.10
, HUnit
, text >= 1.2.2
, turtle >= 1.3.0
Expand Down

0 comments on commit 0dd1aad

Please sign in to comment.