Skip to content

Commit

Permalink
Update cabal bounds for ghc98
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Mar 16, 2024
1 parent 0e39151 commit 88776e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RepoExplorer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ executable RepoList
cmdargs -any,
debian -any,
parsec >=2.1.0.1 && <3.2,
bytestring >=0.9.1.7 && <0.12,
bytestring >=0.9.1.7 && <0.13,
filepath >=1.1.0.4 && <1.5,
directory >=1.0.1.1 && <1.4,
unix >=2.4.0.2 && <2.9,
Expand All @@ -50,7 +50,7 @@ executable DependencyRoots
debian -any,
fgl >=5.4 && <5.9,
containers >=0.4 && <0.7,
bytestring >=0.9.1.7 && <0.12
bytestring >=0.9.1.7 && <0.13
default-language: Haskell2010
other-extensions: DeriveDataTypeable
ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -Wno-name-shadowing -threaded
Expand Down

0 comments on commit 88776e3

Please sign in to comment.