Skip to content

Commit

Permalink
Bump bounds for ghc-9.8
Browse files Browse the repository at this point in the history
- Bump hpack signature expectation
  • Loading branch information
philderbeast committed Mar 17, 2024
1 parent 160ae10 commit 96da64f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions lib/StackageToHackage/Hackage.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
Expand Down Expand Up @@ -39,7 +40,11 @@ import Data.List.Extra (nubOrd, nubOrdOn, lower, dropPrefix, dropSuffix)
import Data.List.NonEmpty (NonEmpty((:|)))
import Data.Maybe (fromMaybe, mapMaybe, catMaybes)
import Data.Text (Text)
#if MIN_VERSION_Cabal(3, 8, 0)
import Distribution.Simple.PackageDescription (readGenericPackageDescription)
#else
import Distribution.PackageDescription.Parsec (readGenericPackageDescription)
#endif
import Distribution.Pretty (prettyShow)
import Distribution.Types.GenericPackageDescription
(GenericPackageDescription(..))
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resolver: lts-18.28
packages:
- .
extra-deps:
- hpack-0.35.0@sha256:8cd6146fae269390f41dc7237ebd2c479074d4163806d349a41f5a7751d6cea5,4726
- hpack-0.36.0@sha256:48f98f1b607bb856acf890fe4e62a600d16961763102e4e8b9bc76349cce05fe,5229
2 changes: 1 addition & 1 deletion stack2cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ common deps
build-depends:
, base >=4.13 && <5.0
, bytestring
, Cabal >=3.0 && <3.8
, Cabal >=3.0 && <3.12
, containers
, directory
, exceptions ^>=0.10.4
Expand Down
2 changes: 1 addition & 1 deletion tests/hpack/hpack.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.5.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
Expand Down

0 comments on commit 96da64f

Please sign in to comment.