[Git][haskell-team/DHG_packages][master] forgot to commit jwt patch

Clint Adams gitlab at salsa.debian.org
Sun Apr 29 12:47:58 BST 2018


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


Commits:
2870e1da by Clint Adams at 2018-04-29T07:47:43-04:00
forgot to commit jwt patch

- - - - -


2 changed files:

- + p/haskell-jwt/debian/patches/disable-doctests
- + p/haskell-jwt/debian/patches/series


Changes:

=====================================
p/haskell-jwt/debian/patches/disable-doctests
=====================================
--- /dev/null
+++ b/p/haskell-jwt/debian/patches/disable-doctests
@@ -0,0 +1,22 @@
+--- a/jwt.cabal
++++ b/jwt.cabal
+@@ -28,6 +28,10 @@
+     type: git
+     location: https://ssaasen@bitbucket.org/ssaasen/haskell-jwt.git
+ 
++flag test-doctests
++  description: enable doctests
++  default: True
++
+ library
+   exposed-modules:     Web.JWT
+   other-modules:       Data.Text.Extended, Data.ByteString.Extended
+@@ -99,6 +103,8 @@
+   type:                exitcode-stdio-1.0
+   main-is:             doctests.hs
+   ghc-options:         -threaded
++  if !flag(test-doctests)
++    buildable: False
+   build-depends:       base < 5 && >= 4.4
+                      , jwt
+                      , doctest     >= 0.9.11


=====================================
p/haskell-jwt/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-jwt/debian/patches/series
@@ -0,0 +1 @@
+disable-doctests



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2870e1da4451db295d2c0b8b1f6643f466316944
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/20180429/f3ead837/attachment.html>


More information about the Pkg-haskell-commits mailing list