Commit d1386380 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

finite-field: Newer build-deps from hackage

parent 4773097e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-finite-field (0.9.0-2) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 18 Dec 2018 20:35:37 +0200

haskell-finite-field (0.9.0-1) unstable; urgency=medium

  [ Clint Adams ]
+3 −3
Original line number Diff line number Diff line
@@ -23,17 +23,17 @@ Build-Depends:
 libghc-tasty-dev (>= 0.10.1),
 libghc-tasty-prof,
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-hunit-prof,
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.9),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-tasty-quickcheck-prof,
 libghc-tasty-th-dev,
 libghc-tasty-th-prof,
Build-Depends-Indep: ghc-doc,
 libghc-hashable-doc,
 libghc-singletons-doc,
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Homepage: http://hackage.haskell.org/package/finite-field
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-finite-field
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-finite-field]
+22 −0
Original line number Diff line number Diff line
Index: b/finite-field.cabal
===================================================================
--- a/finite-field.cabal
+++ b/finite-field.cabal
@@ -1,5 +1,6 @@
 Name:		finite-field
 Version:	0.9.0
+x-revision: 2
 License:	BSD3
 License-File:	COPYING
 Author:		Masahiro Sakai (masahiro.sakai@gmail.com)
@@ -62,8 +63,8 @@ Test-suite TestPrimeField
       deepseq,
       hashable,
       tasty >=0.10.1,
-      tasty-hunit ==0.9.*,
-      tasty-quickcheck ==0.8.*,
+      tasty-hunit >=0.9 && <0.11,
+      tasty-quickcheck >=0.8 && <0.11,
       tasty-th,
       QuickCheck >=2.5 && <3,
       finite-field,
+1 −0
Original line number Diff line number Diff line
newer-deps