Skip to content

Commit

Permalink
add bundled package version test data for GHC 9.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clinty committed Oct 20, 2024
1 parent 23bbaef commit 311c064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Debian/Debianize/Bundled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,14 @@ tests = TestList [ TestCase (assertEqual "Bundled1"
missing (Just "8.0.2") = Set.fromList ["bin-package-db"]
missing (Just "9.0.2") = Set.fromList ["bin-package-db", "hoopl"]
missing (Just "9.4.6") = Set.fromList ["bin-package-db", "hoopl"]
missing (Just "9.6.6") = Set.fromList ["bin-package-db", "hoopl"]
missing _ = mempty
extra (Just "7.8.4") = Set.fromList ["haskell2010","haskell98","old-locale","old-time"]
extra (Just "8.0.1") = Set.fromList ["ghc-boot","ghc-boot-th","ghci"]
extra (Just "8.0.2") = Set.fromList ["ghc-boot","ghc-boot-th","ghci"]
extra (Just "9.0.2") = Set.fromList ["exceptions", "ghc-bignum", "ghc-boot", "ghc-boot-th", "ghc-compact", "ghc-heap", "ghci", "libiserv", "mtl", "parsec", "stm", "text"]
extra (Just "9.4.6") = Set.fromList ["exceptions", "ghc-bignum", "ghc-boot", "ghc-boot-th", "ghc-compact", "ghc-heap", "ghci", "libiserv", "mtl", "parsec", "stm", "text"]
extra (Just "9.6.6") = Set.fromList ["Cabal-syntax","exceptions","ghc-bignum","ghc-boot","ghc-boot-th","ghc-compact","ghc-heap","ghci","libiserv","mtl","parsec","rts","stm","system-cxx-std-lib","text"]
extra _ = mempty
assertEqual "Bundled4"
(missing ver, extra ver)
Expand Down

0 comments on commit 311c064

Please sign in to comment.