[Git][haskell-team/DHG_packages][master] secret-sharing: patch DataKinds LANGUAGE pragma into Internal.hs

Sean Whitton gitlab at salsa.debian.org
Wed Feb 27 18:27:17 GMT 2019


Sean Whitton pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b03c59fe by Sean Whitton at 2019-02-27T18:22:57Z
secret-sharing: patch DataKinds LANGUAGE pragma into Internal.hs

- - - - -


3 changed files:

- p/haskell-secret-sharing/debian/changelog
- + p/haskell-secret-sharing/debian/patches/enable-datakinds.patch
- p/haskell-secret-sharing/debian/patches/series


Changes:

=====================================
p/haskell-secret-sharing/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-secret-sharing (1.0.0.3-6) unstable; urgency=medium
+
+  * Patch DataKinds LANGUAGE pragma into Crypto/SecretSharing/Internal.hs
+    (Closes: #922768).
+
+ -- Sean Whitton <spwhitton at spwhitton.name>  Wed, 27 Feb 2019 11:22:41 -0700
+
 haskell-secret-sharing (1.0.0.3-5) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-secret-sharing/debian/patches/enable-datakinds.patch
=====================================
@@ -0,0 +1,8 @@
+--- haskell-secret-sharing-1.0.0.3.orig/src/Crypto/SecretSharing/Internal.hs
++++ haskell-secret-sharing-1.0.0.3/src/Crypto/SecretSharing/Internal.hs
+@@ -1,4 +1,4 @@
+-{-# LANGUAGE DeriveDataTypeable, DeriveGeneric, GeneralizedNewtypeDeriving, TemplateHaskell #-} 
++{-# LANGUAGE DeriveDataTypeable, DeriveGeneric, GeneralizedNewtypeDeriving, TemplateHaskell, DataKinds #-}
+ -----------------------------------------------------------------------------
+ -- |
+ -- Module      :  Crypto.SecretSharing.Internal


=====================================
p/haskell-secret-sharing/debian/patches/series
=====================================
@@ -1 +1,2 @@
 missing-test-suite-deps.patch
+enable-datakinds.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b03c59fe054a5f5355222d7db3472e3c102a5206
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/20190227/1f302393/attachment.html>


More information about the Pkg-haskell-commits mailing list