[Git][haskell-team/DHG_packages][master] haskell-yi-language: fix FTBFS
Marcel Fourné (@mfourne)
gitlab at salsa.debian.org
Fri Aug 12 08:39:39 BST 2022
Marcel Fourné pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4204120b by Marcel Fourné at 2022-08-12T09:38:45+02:00
haskell-yi-language: fix FTBFS
- - - - -
4 changed files:
- p/haskell-yi-language/debian/changelog
- + p/haskell-yi-language/debian/patches/Hspec-cabal
- + p/haskell-yi-language/debian/patches/Hspec-imports
- p/haskell-yi-language/debian/patches/series
Changes:
=====================================
p/haskell-yi-language/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-yi-language (0.19.0-3) unstable; urgency=medium
+
+ [ Marcel Fourné]
+ * add Hspec patches for imports, fixing FTBFS
+
+ -- Marcel Fourné <debian at marcelfourne.de> Fri, 12 Aug 2022 09:29:13 +0200
+
haskell-yi-language (0.19.0-2) UNRELEASED; urgency=medium
* Declare compliance with Debian policy 4.6.1
=====================================
p/haskell-yi-language/debian/patches/Hspec-cabal
=====================================
@@ -0,0 +1,15 @@
+Description: added direct Hspec deps in cabal file
+Forwarded: no
+Last-Update: 2022-08-11
+
+--- haskell-yi-language-0.19.0.orig/yi-language.cabal
++++ haskell-yi-language-0.19.0/yi-language.cabal
+@@ -75,6 +75,8 @@ test-suite tasty
+ , microlens-platform
+ , tasty
+ , tasty-hspec
++ , hspec
++ , hspec-expectations
+ , tasty-quickcheck
+ , yi-language
+ default-language: Haskell2010
=====================================
p/haskell-yi-language/debian/patches/Hspec-imports
=====================================
@@ -0,0 +1,16 @@
+Description: include some lost Hspec imports
+Forwarded: no
+Last-Update: 2022-08-11
+
+--- haskell-yi-language-0.19.0.orig/test/Spec.hs
++++ haskell-yi-language-0.19.0/test/Spec.hs
+@@ -5,6 +5,9 @@ import Test.Tasty
+ import Test.Tasty.Hspec
+ import Test.Tasty.QuickCheck
+
++import Test.Hspec
++import Test.Hspec.Expectations
++
+ import Yi.Regex
+ import Text.Regex.TDFA.ReadRegex (parseRegex)
+ import Text.Regex.TDFA.Pattern
=====================================
p/haskell-yi-language/debian/patches/series
=====================================
@@ -1 +1,3 @@
newer-deps
+Hspec-imports
+Hspec-cabal
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4204120b2353685a81e4c8cbd63eb4468cc4f117
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4204120b2353685a81e4c8cbd63eb4468cc4f117
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/20220812/1dd41fe9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list