Skip to content

Commit

Permalink
Merge pull request #9600 from cabalism/bump/cabal-dev-scripts-ghc-9.8.1
Browse files Browse the repository at this point in the history
Build cabal-dev-scripts with ghc-9.8.1
  • Loading branch information
mergify[bot] authored Jan 11, 2024
2 parents df5e188 + c9709db commit 381441f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cabal-dev-scripts/cabal-dev-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ executable gen-spdx
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.10 && <4.20
, bytestring
, containers
Expand All @@ -34,7 +34,7 @@ executable gen-spdx-exc
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.10 && <4.20
, bytestring
, containers
Expand Down
1 change: 0 additions & 1 deletion cabal-dev-scripts/src/GenSPDX.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Main (main) where
import Control.Lens (imap)
import Data.Aeson (FromJSON (..), eitherDecode, withObject, (.!=), (.:), (.:?))
import Data.List (sortOn)
import Data.Semigroup ((<>))
import Data.Text (Text)
import Data.Traversable (for)

Expand Down
1 change: 0 additions & 1 deletion cabal-dev-scripts/src/GenSPDXExc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Main (main) where
import Control.Lens (imap)
import Data.Aeson (FromJSON (..), eitherDecode, withObject, (.:))
import Data.List (sortOn)
import Data.Semigroup ((<>))
import Data.Text (Text)
import Data.Traversable (for)

Expand Down

0 comments on commit 381441f

Please sign in to comment.