[Git][haskell-team/haskell-devscripts][master] Add compatibility for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Aug 25 17:20:10 BST 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
fe79bf64 by Ilias Tsitsimpis at 2023-08-25T19:19:29+03:00
Add compatibility for GHC 9.4

- - - - -


2 changed files:

- GetCabalVersion.hs
- debian/changelog


Changes:

=====================================
GetCabalVersion.hs
=====================================
@@ -1,5 +1,11 @@
+{-# LANGUAGE CPP #-}
+
 import Distribution.PackageDescription (package, packageDescription)
+#if __GLASGOW_HASKELL__ < 904
 import Distribution.PackageDescription.Parsec (readGenericPackageDescription)
+#else
+import Distribution.Simple.PackageDescription (readGenericPackageDescription)
+#endif
 import Distribution.Pretty (prettyShow)
 import Distribution.Types.PackageId (PackageIdentifier, pkgVersion)
 import Distribution.Verbosity (silent)


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-devscripts (0.16.30) unstable; urgency=medium
+
+  * Add compatibility for GHC 9.4
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 25 Aug 2023 19:19:25 +0300
+
 haskell-devscripts (0.16.29) unstable; urgency=medium
 
   * Re-define the 'debian/tmp-inst-%' target (Closes: #1020072, #1020206,



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/fe79bf645ed621ff4413d6c714faa855f8c1bdfc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/fe79bf645ed621ff4413d6c714faa855f8c1bdfc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20230825/84794596/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list