Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
tar: enable testsuite
· 8a9f91dc
Clint Adams
authored
Apr 16, 2018
8a9f91dc
refresh tasty-golden patches
· f9ae9e7e
Clint Adams
authored
Apr 16, 2018
f9ae9e7e
Hide whitespace changes
Inline
Side-by-side
p/haskell-tar/debian/changelog
View file @
f9ae9e7e
haskell-tar (0.5.1.0-2) unstable; urgency=medium
* Enable testsuite.
-- Clint Adams <clint@debian.org> Mon, 16 Apr 2018 13:18:30 -0400
haskell-tar (0.5.1.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
...
...
p/haskell-tar/debian/control
View file @
f9ae9e7e
...
...
@@ -9,6 +9,10 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-bytestring-handle-dev,
libghc-quickcheck2-dev,
libghc-tasty-dev (>= 0.10),
libghc-tasty-quickcheck-dev (>= 0.8),
Build-Depends-Indep: ghc-doc
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/tar
...
...
p/haskell-tar/debian/patches/newer-deps
0 → 100644
View file @
f9ae9e7e
--- a/tar.cabal
+++ b/tar.cabal
@@ -91,8 +91,8 @@
deepseq,
bytestring-handle,
QuickCheck == 2.*,
- tasty >= 0.10 && <0.12,
- tasty-quickcheck == 0.8.*
+ tasty >= 0.10,
+ tasty-quickcheck >= 0.8
if flag(old-time)
build-depends: directory < 1.2, old-time
p/haskell-tar/debian/patches/series
0 → 100644
View file @
f9ae9e7e
newer-deps
p/haskell-tar/debian/rules
View file @
f9ae9e7e
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
DEB_ENABLE_TESTS =
no # testsuite currently requires bytestring-handle which is not packaged
DEB_ENABLE_TESTS =
yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
p/haskell-tasty-golden/debian/patches/use-temporary
View file @
f9ae9e7e
--- a/tasty-golden.cabal
+++ b/tasty-golden.cabal
@@ -4
3
,7 +4
3
,7 @@
@@ -4
6
,7 +4
6
,7 @@
mtl,
optparse-applicative,
filepath,
...
...
@@ -9,7 +9,7 @@
tagged,
deepseq,
containers,
@@ -
6
7,4 +
6
7,4 @@
@@ -7
0
,4 +7
0
,4 @@
, filepath
, directory
, process
...
...