blob: 365726581b3ee931a24cdf6a9091c265e28b98de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Description: adjunctions requires distributive >= 0.5
Author: RyanGlScott <ryan.gl.scott@gmail.com>
Origin: upstream, https://github.com/ekmett/adjunctions/commit/821f49863912
Bug: https://github.com/ekmett/adjunctions/issues/20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: b/adjunctions.cabal
===================================================================
--- a/adjunctions.cabal
+++ b/adjunctions.cabal
@@ -45,7 +45,7 @@ library
comonad >= 4 && < 6,
containers >= 0.3 && < 0.6,
contravariant >= 1 && < 2,
- distributive >= 0.4 && < 1,
+ distributive >= 0.5 && < 1,
free >= 4 && < 5,
mtl >= 2.0.1 && < 2.3,
profunctors >= 4 && < 6,
|