[Git][haskell-team/DHG_packages][master] 2 commits: deque: Upgrading from 0.3 to 0.4.3

Clint Adams gitlab at salsa.debian.org
Wed Jul 15 11:26:21 BST 2020



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


Commits:
0bc1f180 by Clint Adams at 2020-07-15T06:25:20-04:00
deque: Upgrading from 0.3 to 0.4.3

- - - - -
049e2c16 by Clint Adams at 2020-07-15T06:26:03-04:00
strict-list: Upgrading from 0.1 to 0.1.5

- - - - -


6 changed files:

- p/haskell-deque/debian/changelog
- p/haskell-deque/debian/control
- − p/haskell-deque/debian/patches/newer-deps
- − p/haskell-deque/debian/patches/series
- p/haskell-strict-list/debian/changelog
- p/haskell-strict-list/debian/control


Changes:

=====================================
p/haskell-deque/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-deque (0.4.3-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Wed, 15 Jul 2020 06:23:54 -0400
+
 haskell-deque (0.3-1) unstable; urgency=low
 
   * Initial release


=====================================
p/haskell-deque/debian/control
=====================================
@@ -8,27 +8,15 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-quickcheck2-dev (>= 2.8.1),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-prof (>= 2.8.1),
- libghc-quickcheck2-prof (<< 3),
- libghc-quickcheck-instances-dev (>= 0.3.11),
- libghc-quickcheck-instances-dev (<< 0.4),
- libghc-quickcheck-instances-prof (>= 0.3.11),
- libghc-quickcheck-instances-prof (<< 0.4),
- libghc-tasty-dev (>= 0.12),
- libghc-tasty-dev (<< 2),
- libghc-tasty-prof (>= 0.12),
- libghc-tasty-prof (<< 2),
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.11),
- libghc-tasty-hunit-prof (>= 0.9),
- libghc-tasty-hunit-prof (<< 0.11),
- libghc-tasty-quickcheck-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof (>= 0.9),
- libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 2),
+ libghc-hashable-prof,
+ libghc-strict-list-dev (>= 0.1.5),
+ libghc-strict-list-dev (<< 0.2),
+ libghc-strict-list-prof,
 Build-Depends-Indep: ghc-doc,
+ libghc-hashable-doc,
+ libghc-strict-list-doc,
 Standards-Version: 4.5.0
 Homepage: https://github.com/nikita-volkov/deque
 X-Description: double-ended queues


=====================================
p/haskell-deque/debian/patches/newer-deps deleted
=====================================
@@ -1,27 +0,0 @@
---- a/library/Deque/Lazy.hs
-+++ b/library/Deque/Lazy.hs
-@@ -204,7 +204,6 @@
- instance Monad Deque where
-   return = pure
-   m >>= f = fromList (toList m >>= toList . f)
--  fail = const mempty
- 
- instance Alternative Deque where
-   empty = mempty
-@@ -223,4 +222,4 @@
-   type Item (Deque a) = a
-   fromList = Deque []
-   toList (Deque snocList consList) = consList <> List.reverse snocList
--  
-\ No newline at end of file
-+  
---- a/library/Deque/Strict.hs
-+++ b/library/Deque/Strict.hs
-@@ -216,7 +216,6 @@
- instance Monad Deque where
-   return = pure
-   m >>= f = fromList (toList m >>= toList . f)
--  fail = const mempty
- 
- instance Alternative Deque where
-   empty = mempty


=====================================
p/haskell-deque/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps


=====================================
p/haskell-strict-list/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-strict-list (0.1.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Wed, 15 Jul 2020 06:26:03 -0400
+
 haskell-strict-list (0.1-1) unstable; urgency=low
 
   * Initial release


=====================================
p/haskell-strict-list/debian/control
=====================================
@@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 2),
+ libghc-hashable-prof,
  libghc-semigroupoids-dev (>= 5.3),
  libghc-semigroupoids-dev (<< 6),
  libghc-semigroupoids-prof (>= 5.3),
@@ -33,6 +36,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tasty-quickcheck-prof (>= 0.9),
  libghc-tasty-quickcheck-prof (<< 0.11),
 Build-Depends-Indep: ghc-doc,
+ libghc-hashable-doc,
  libghc-semigroupoids-doc,
 Standards-Version: 4.5.0
 Homepage: https://github.com/nikita-volkov/strict-list



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1d14b7ec267dc8126861d0210917a195b090eb11...049e2c1695b29def6c153f96ba3dd0d3dd4557be

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1d14b7ec267dc8126861d0210917a195b090eb11...049e2c1695b29def6c153f96ba3dd0d3dd4557be
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/20200715/9289b164/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list