Commit b03c59fe authored by Sean Whitton's avatar Sean Whitton
Browse files

secret-sharing: patch DataKinds LANGUAGE pragma into Internal.hs

parent 0deaa86d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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@spwhitton.name>  Wed, 27 Feb 2019 11:22:41 -0700

haskell-secret-sharing (1.0.0.3-5) unstable; urgency=medium

  [ Clint Adams ]
+8 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
missing-test-suite-deps.patch
enable-datakinds.patch