Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
hsx-jmacro: patch for newer wl-pprint-text
· b89e3796
Clint Adams
authored
May 21, 2018
b89e3796
snap: patch for newer build-deps
· cd8eb1f0
Clint Adams
authored
May 21, 2018
cd8eb1f0
Show whitespace changes
Inline
Side-by-side
p/haskell-hsx-jmacro/debian/changelog
View file @
cd8eb1f0
haskell-hsx-jmacro (7.3.8-
5
)
UNRELEASED
; urgency=medium
haskell-hsx-jmacro (7.3.8-
6
)
unstable
; urgency=medium
* Set Rules-Requires-Root to no.
* Patch for newer wl-pprint-text.
-- Clint Adams <clint@debian.org>
Su
n,
06
May 2018
22:09:54
-0400
-- Clint Adams <clint@debian.org>
Mo
n,
21
May 2018
13:41:42
-0400
haskell-hsx-jmacro (7.3.8-4) unstable; urgency=medium
...
...
p/haskell-hsx-jmacro/debian/control
View file @
cd8eb1f0
...
...
@@ -23,7 +23,6 @@ Build-Depends:
libghc-text-dev (<< 1.3),
libghc-text-dev (>= 0.11),
libghc-text-prof,
libghc-wl-pprint-text-dev (<< 1.2),
libghc-wl-pprint-text-dev (>= 1.1),
libghc-wl-pprint-text-prof,
Build-Depends-Indep:
...
...
p/haskell-hsx-jmacro/debian/patches/newer-wl-pprint-text
0 → 100644
View file @
cd8eb1f0
--- a/hsx-jmacro.cabal
+++ b/hsx-jmacro.cabal
@@ -29,5 +29,5 @@
hsp >= 0.9 && < 0.11,
jmacro >= 0.6 && < 0.7,
mtl >= 2.0 && < 2.3,
- wl-pprint-text == 1.1.*,
+ wl-pprint-text >= 1.1,
text >= 0.11 && < 1.3
p/haskell-hsx-jmacro/debian/patches/series
0 → 100644
View file @
cd8eb1f0
newer-wl-pprint-text
p/haskell-snap/debian/changelog
View file @
cd8eb1f0
haskell-snap (1.1.0.0-
2
)
UNRELEASED
; urgency=medium
haskell-snap (1.1.0.0-
3
)
unstable
; urgency=medium
* Set Rules-Requires-Root to no.
* Patch for newer build-deps.
-- Clint Adams <clint@debian.org>
Su
n,
06
May 2018 2
2:10:35
-0400
-- Clint Adams <clint@debian.org>
Mo
n,
21
May 2018 2
0:26:32
-0400
haskell-snap (1.1.0.0-1) unstable; urgency=medium
...
...
p/haskell-snap/debian/control
View file @
cd8eb1f0
...
...
@@ -13,7 +13,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.6),
libghc-aeson-dev (<< 1.
3
),
libghc-aeson-dev (<< 1.
4
),
libghc-aeson-prof,
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.10),
...
...
@@ -36,17 +36,17 @@ Build-Depends:
libghc-hashable-dev (<< 1.3),
libghc-hashable-dev (>= 1.2.0.6),
libghc-hashable-prof,
libghc-heist-dev (<< 1.1),
libghc-heist-dev (>= 1.0),
libghc-heist-dev (<< 1.2),
libghc-heist-prof,
libghc-lens-dev (>= 3.7.6),
libghc-lens-dev (<< 4.1
6
),
libghc-lens-dev (<< 4.1
7
),
libghc-lens-prof,
libghc-lifted-base-dev (<< 0.3),
libghc-lifted-base-dev (>= 0.2),
libghc-lifted-base-prof,
libghc-map-syntax-dev (<< 0.3),
libghc-map-syntax-dev (>= 0.2),
libghc-map-syntax-dev (<< 0.4),
libghc-map-syntax-prof,
libghc-monad-control-dev (<< 1.1),
libghc-monad-control-dev (>= 0.3),
...
...
@@ -63,8 +63,8 @@ Build-Depends:
libghc-snap-core-dev (<< 1.1),
libghc-snap-core-dev (>= 1.0),
libghc-snap-core-prof,
libghc-snap-server-dev (<< 1.1),
libghc-snap-server-dev (>= 1.0),
libghc-snap-server-dev (<< 1.2),
libghc-snap-server-prof,
libghc-stm-dev (<< 2.5),
libghc-stm-dev (>= 2.2),
...
...
@@ -85,9 +85,8 @@ Build-Depends:
libghc-hunit-dev (<< 1.7),
libghc-quickcheck2-dev (>= 2.4.2),
libghc-quickcheck2-dev (<< 2.11),
libghc-aeson-dev,
libghc-async-dev (>= 2.0.1.5),
libghc-async-dev (<< 2.
2
),
libghc-async-dev (<< 2.
3
),
libghc-attoparsec-dev,
libghc-cereal-dev,
libghc-clientsession-dev,
...
...
p/haskell-snap/debian/patches/newer-deps
0 → 100644
View file @
cd8eb1f0
--- a/snap.cabal
+++ b/snap.cabal
@@ -103,7 +103,7 @@
Snap.Snaplet.Session.SecureCookie
build-depends:
- aeson >= 0.6 && < 1.3,
+ aeson >= 0.6 && < 1.4,
attoparsec >= 0.10 && < 0.14,
base >= 4 && < 4.11,
bytestring >= 0.9.1 && < 0.11,
@@ -119,16 +119,16 @@
-- snap does work with hashable 1.1.*, but some have complained that
-- the version disjunction causes problems with dependency resolution.
hashable >= 1.2.0.6 && < 1.3,
- heist >= 1.0 && < 1.1,
- lens >= 3.7.6 && < 4.16,
+ heist >= 1.0 && < 1.2,
+ lens >= 3.7.6 && < 4.17,
lifted-base >= 0.2 && < 0.3,
- map-syntax >= 0.2 && < 0.3,
+ map-syntax >= 0.2 && < 0.4,
monad-control >= 0.3 && < 1.1,
mtl >= 2.0 && < 2.3,
mwc-random >= 0.8 && < 0.14,
pwstore-fast >= 2.2 && < 2.5,
snap-core >= 1.0 && < 1.1,
- snap-server >= 1.0 && < 1.1,
+ snap-server >= 1.0 && < 1.2,
stm >= 2.2 && < 2.5,
text >= 0.11 && < 1.3,
time >= 1.1 && < 1.9,
@@ -220,7 +220,7 @@
build-depends:
aeson,
- async >= 2.0.1.5 && < 2.2,
+ async >= 2.0.1.5 && < 2.3,
attoparsec,
base,
bytestring,
p/haskell-snap/debian/patches/no-test-framework-smallcheck
View file @
cd8eb1f0
--- a/snap.cabal
+++ b/snap.cabal
@@ -25
5
,7 +25
5
,6 @@
@@ -25
4
,7 +25
4
,6 @@
test-framework >= 0.8.0.3 && < 0.9,
test-framework-hunit >= 0.3.0.1 && < 0.4,
test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
...
...
p/haskell-snap/debian/patches/series
View file @
cd8eb1f0
rename-snap-binary
no-test-framework-smallcheck
tests-timeout
newer-deps