Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
ghc: upload 8.2 to unstable
· eae3127d
Clint Adams
authored
Apr 08, 2018
eae3127d
some prep for LTS 11
· 171c500e
Clint Adams
authored
Apr 08, 2018
171c500e
Hide whitespace changes
Inline
Side-by-side
p/ghc/debian/changelog
View file @
171c500e
ghc (8.2.2-3) unstable; urgency=medium
* Upload to unstable.
-- Clint Adams <clint@debian.org> Sun, 08 Apr 2018 16:24:00 -0400
ghc (8.2.2-2) experimental; urgency=medium
* Merge 8.0.2-12 unreleased changes.
...
...
p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage
View file @
171c500e
...
...
@@ -6,8 +6,8 @@
build-depends:
- base >=4.7 && <4.10
- , aeson >=0.8 && <1.1
+ base >=4.7 && <4.1
1
+ , aeson >=0.8 && <1.
3
+ base >=4.7 && <4.1
2
+ , aeson >=0.8 && <1.
4
, array >=0.5 && <0.6
, base16-bytestring >=0.1.1.6 && <0.2
- , binary >=0.7 && <0.9
...
...
@@ -36,8 +36,8 @@
build-depends:
- base >=4.7 && <4.10
- , aeson >=0.8 && <1.1
+ base >=4.7 && <4.1
1
+ , aeson >=0.8 && <1.
3
+ base >=4.7 && <4.1
2
+ , aeson >=0.8 && <1.
4
, array >=0.5 && <0.6
, base16-bytestring >=0.1.1.6 && <0.2
- , binary >=0.7 && <0.9
...
...
p/haskell-cgi/debian/patches/newer-time
0 → 100644
View file @
171c500e
--- a/cgi.cabal
+++ b/cgi.cabal
@@ -48,7 +48,7 @@
xhtml >= 3000.0.0 && < 3000.3,
bytestring < 0.11,
base >= 4.5 && < 5,
- time >= 1.5 && < 1.7,
+ time >= 1.5 && < 1.9,
containers < 0.6,
multipart >= 0.1.2 && < 0.2
If flag(network-uri)
p/haskell-cgi/debian/patches/series
0 → 100644
View file @
171c500e
newer-time