[Git][haskell-team/DHG_packages][master] lambdabot-core patch for newer dependent-map

Clint Adams gitlab at salsa.debian.org
Mon Jun 22 18:24:12 BST 2020



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


Commits:
6f7bae62 by Clint Adams at 2020-06-22T13:23:32-04:00
lambdabot-core patch for newer dependent-map

- - - - -


5 changed files:

- p/haskell-lambdabot-core/debian/changelog
- p/haskell-lambdabot-core/debian/control
- + p/haskell-lambdabot-core/debian/patches/newer-deps
- − p/haskell-lambdabot-core/debian/patches/no-network-bsd
- p/haskell-lambdabot-core/debian/patches/series


Changes:

=====================================
p/haskell-lambdabot-core/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lambdabot-core (5.3-2) unstable; urgency=medium
+
+  * Patch for newer dependent-map.
+
+ -- Clint Adams <clint at debian.org>  Mon, 22 Jun 2020 13:22:46 -0400
+
 haskell-lambdabot-core (5.3-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-lambdabot-core/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends:
  libghc-safesemaphore-dev (>= 0.9),
  libghc-safesemaphore-prof,
  libghc-dependent-map-dev (>= 0.2),
- libghc-dependent-map-dev (<< 0.4),
+ libghc-dependent-map-dev (<< 0.5),
  libghc-dependent-map-prof,
  libghc-dependent-sum-dev (>= 0.7),
  libghc-dependent-sum-dev (<< 0.8),
@@ -37,6 +37,8 @@ Build-Depends:
  libghc-network-dev (>= 2.7),
  libghc-network-dev (<< 3.2),
  libghc-network-prof,
+ libghc-network-bsd-dev,
+ libghc-network-bsd-prof,
  libghc-prim-uniq-dev (>= 0.2),
  libghc-prim-uniq-dev (<< 0.4),
  libghc-prim-uniq-prof,
@@ -72,6 +74,7 @@ Build-Depends-Indep:
  libghc-lifted-base-doc,
  libghc-monad-control-doc,
  libghc-network-doc,
+ libghc-network-bsd-doc,
  libghc-prim-uniq-doc,
  libghc-random-doc,
  libghc-random-fu-doc,


=====================================
p/haskell-lambdabot-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,22 @@
+--- a/lambdabot-core.cabal
++++ b/lambdabot-core.cabal
+@@ -72,7 +72,7 @@
+                         binary                  >= 0.5,
+                         bytestring              >= 0.9,
+                         containers              >= 0.4,
+-                        dependent-map           >= 0.2 && < 0.4,
++                        dependent-map           >= 0.2 && < 0.5,
+                         dependent-sum           >= 0.7 && < 0.8,
+                         dependent-sum-template  >= 0.1.0.2 && < 0.2,
+                         directory               >= 1.1,
+--- a/src/Lambdabot/Monad.hs
++++ b/src/Lambdabot/Monad.hs
+@@ -88,7 +88,7 @@
+     }
+ 
+ -- | Default ro state
+-initRoState :: [D.DSum Config Identity] -> IO IRCRState
++initRoState :: [DSum Config Identity] -> IO IRCRState
+ initRoState configuration = do
+     quitMVar     <- newEmptyMVar
+     initDoneMVar <- newEmptyMVar


=====================================
p/haskell-lambdabot-core/debian/patches/no-network-bsd deleted
=====================================
@@ -1,10 +0,0 @@
---- a/lambdabot-core.cabal
-+++ b/lambdabot-core.cabal
-@@ -85,7 +85,6 @@
-                         monad-control           >= 1.0,
-                         mtl                     >= 2,
-                         network                 >= 2.7 && < 3.2,
--                        network-bsd             >= 2.7 && < 2.9,
-                         parsec                  >= 3,
-                         prim-uniq               >= 0.2 && < 0.4,
-                         random                  >= 1,


=====================================
p/haskell-lambdabot-core/debian/patches/series
=====================================
@@ -1 +1 @@
-no-network-bsd
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6f7bae62d8e12dcb067b3769caa557e6218d1afe
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/20200622/43dcbf5f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list