[Git][haskell-team/DHG_packages][master] aeson: fix testsuite for no generically

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Sep 18 22:48:00 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1b47bf6f by Clint Adams at 2023-09-18T17:47:26-04:00
aeson: fix testsuite for no generically

- - - - -


2 changed files:

- p/haskell-aeson/debian/changelog
- p/haskell-aeson/debian/patches/no-generically


Changes:

=====================================
p/haskell-aeson/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson (2.1.2.1-3) unstable; urgency=medium
+
+  * Patch testsuite bug.
+
+ -- Clint Adams <clint at debian.org>  Mon, 18 Sep 2023 17:22:32 -0400
+
 haskell-aeson (2.1.2.1-2) unstable; urgency=medium
 
   * Patch for newer dependencies.


=====================================
p/haskell-aeson/debian/patches/no-generically
=====================================
@@ -16,3 +16,15 @@
      , ghc-prim              >=0.2
      , hashable
      , indexed-traversable
+--- a/tests/UnitTests.hs
++++ b/tests/UnitTests.hs
+@@ -58,8 +58,7 @@ import Data.Tagged (Tagged(..))
+ import Data.Text (Text)
+ import Data.Time (UTCTime)
+ import Data.Time.Format.Compat (parseTimeM, defaultTimeLocale)
+-import GHC.Generics (Generic)
+-import GHC.Generics.Generically (Generically (..))
++import GHC.Generics (Generic, Generically(..))
+ import Instances ()
+ import Numeric.Natural (Natural)
+ import Test.Tasty (TestTree, testGroup)



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1b47bf6f09a6464aecf3cbd418ec7bafc241a4bb

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1b47bf6f09a6464aecf3cbd418ec7bafc241a4bb
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/20230918/41dde9eb/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list