Skip to content
Closed
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
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.10.3
compilerKind: ghc
compilerVersion: 9.10.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.1
compilerKind: ghc
compilerVersion: 9.8.1
Expand Down
1 change: 0 additions & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Distribution.Simple.Setup (CopyDest(..),ConfigFlags(..),BuildFlags(..),
defaultCopyFlags)
import Distribution.Simple (UserHooks(..), simpleUserHooks, defaultMainWithHooks)
import Distribution.Simple.LocalBuildInfo
(LocalBuildInfo(..),absoluteInstallDirs)
import Distribution.PackageDescription (PackageDescription(..))
import Distribution.Simple.InstallDirs
(InstallDirs(..))
Expand Down
4 changes: 2 additions & 2 deletions lhs2tex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description:
be invoked in another mode to just extract the Haskell code.
category: Development, Language
build-type: Custom
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5, GHC == 9.6.3, GHC == 9.8.1
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5, GHC == 9.6.3, GHC == 9.8.1, GHC == 9.10.3
extra-source-files: AUTHORS
INSTALL
TODO
Expand Down Expand Up @@ -61,7 +61,7 @@ extra-doc-files: CHANGELOG.md

custom-setup
setup-depends: base >= 4.2 && < 5,
Cabal >= 2.2 && < 3.11,
Cabal >= 2.2 && < 3.13,
directory >= 1.3 && < 1.4,
process >= 1.6 && < 1.7,
regex-compat >= 0.95.2 && < 0.96
Expand Down