Codebase list haskell-config-value / aa06435
Merge branch 'st3' of ssh://git.debian.org/git/pkg-haskell/DHG_packages into st3 Kristoffer Rose 8 years ago
20 changed file(s) with 323 addition(s) and 232 deletion(s). Raw diff Collapse all Expand all
0 gitit (0.11.1.1-1) UNRELEASED; urgency=medium
1
2 * New upstream release
3
4 -- Joachim Breitner <nomeata@debian.org> Wed, 19 Aug 2015 17:39:04 +0200
5
06 gitit (0.10.7-3) unstable; urgency=medium
17
28 * Remove bogus dependency on libghc-cgi-*
00 Source: gitit
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Giovanni Mascellani <gio@debian.org>, Clint Adams <clint@debian.org>, Louis Bettens <louis@bettens.info>, Anthony Towns <ajt@debian.org>, Dmitry Bogatov <KAction@gnu.org>
13 Priority: extra
24 Section: haskell
3 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
4 Uploaders: Giovanni Mascellani <gio@debian.org>, Clint Adams <clint@debian.org>
5 , Louis Bettens <louis@bettens.info>, Anthony Towns <ajt@debian.org>
6 , Dmitry Bogatov <KAction@gnu.org>
7 Build-Depends:
8 debhelper (>= 9),
5 Build-Depends: debhelper (>= 9),
96 haskell-devscripts (>= 0.9),
107 dh-linktree,
118 cdbs,
1613 libjs-jquery,
1714 libjs-jquery-ui,
1815 libjs-jquery-hotkeys,
19 # -dev dependencies
20 , libghc-parsec3-dev
21 , libghc-pretty-dev
22 , libghc-pandoc-dev (>= 1.13)
23 , libghc-pandoc-dev (<< 1.15)
24 , libghc-pandoc-types-dev (>= 1.12.3)
25 , libghc-pandoc-types-dev (<< 1.13)
26 , libghc-mtl-dev
27 , libghc-highlighting-kate-dev (>= 0.5.0.1)
28 , libghc-highlighting-kate-dev (<< 0.7)
29 , libghc-text-dev
30 , libghc-random-dev
31 , libghc-network-dev (>= 2.6)
32 , libghc-network-uri-dev (>= 2.6)
33 , libghc-network-uri-dev (<< 2.7)
34 , libghc-utf8-string-dev (>= 0.3)
35 , libghc-utf8-string-dev (<< 1.1)
36 , libghc-sha-dev (>= 1)
37 , libghc-sha-dev (<< 1.7)
38 , libghc-http-dev (>= 1:4000.0)
39 , libghc-http-dev (<< 1:4000.3)
40 , libghc-hstringtemplate-dev (>= 0.6)
41 , libghc-hstringtemplate-dev (<< 0.9)
42 , libghc-recaptcha-dev (>= 0.1)
43 , libghc-filestore-dev (>= 0.6)
44 , libghc-filestore-dev (<< 0.7)
45 , libghc-zlib-dev (>= 0.5)
46 , libghc-zlib-dev (<< 0.7)
47 , libghc-url-dev (>= 2.1)
48 , libghc-url-dev (<< 2.2)
49 , libghc-happstack-server-dev (>= 7.0)
50 , libghc-happstack-server-dev (<< 7.5)
51 , libghc-base64-bytestring-dev (>= 0.1)
52 , libghc-base64-bytestring-dev (<< 1.1)
53 , libghc-xml-dev (>= 1.3.5)
54 , libghc-hslogger-dev (>= 1)
55 , libghc-hslogger-dev (<< 1.3)
56 , libghc-configfile-dev (>= 1)
57 , libghc-configfile-dev (<< 1.2)
58 , libghc-feed-dev (>= 0.3.6)
59 , libghc-feed-dev (<< 0.4)
60 , libghc-xss-sanitize-dev (>= 0.3)
61 , libghc-xss-sanitize-dev (<< 0.4)
62 , libghc-tagsoup-dev (>= 0.13)
63 , libghc-tagsoup-dev (<< 0.14)
64 , libghc-blaze-html-dev (>= 0.4)
65 , libghc-blaze-html-dev (<< 0.9)
66 , libghc-json-dev (>= 0.4)
67 , libghc-json-dev (<< 0.10)
68 , libghc-ghc-paths-dev
69 , libghc-safe-dev
70 , libghc-uri-dev (>= 0.1)
71 , libghc-uri-dev (<< 0.2)
72 , libghc-split-dev
73 , libghc-hoauth2-dev (>= 0.4.2)
74 , libghc-hoauth2-dev (<< 0.5)
75 , libghc-http-conduit-dev (>= 2.1.4)
76 , libghc-http-conduit-dev (<< 2.2)
77 , libghc-http-client-tls-dev (>= 0.2.2)
78 , libghc-http-client-tls-dev (<< 0.3)
79 , libghc-aeson-dev (>= 0.7)
80 , libghc-aeson-dev (<< 0.10)
81 , libghc-uuid-dev (>= 1.3)
82 , libghc-uuid-dev (<< 1.4)
83 # -prof dependencies
84 , libghc-parsec3-prof
85 , libghc-pretty-prof
86 , libghc-pandoc-prof
87 , libghc-pandoc-types-prof
88 , libghc-mtl-prof
89 , libghc-highlighting-kate-prof
90 , libghc-text-prof
91 , libghc-random-prof
92 , libghc-network-prof
93 , libghc-network-uri-prof
94 , libghc-utf8-string-prof
95 , libghc-sha-prof
96 , libghc-http-prof
97 , libghc-hstringtemplate-prof
98 , libghc-recaptcha-prof
99 , libghc-filestore-prof
100 , libghc-zlib-prof
101 , libghc-url-prof
102 , libghc-happstack-server-prof
103 , libghc-base64-bytestring-prof
104 , libghc-xml-prof
105 , libghc-hslogger-prof
106 , libghc-configfile-prof
107 , libghc-feed-prof
108 , libghc-xss-sanitize-prof
109 , libghc-tagsoup-prof
110 , libghc-blaze-html-prof
111 , libghc-json-prof
112 , libghc-ghc-paths-prof
113 , libghc-safe-prof
114 , libghc-uri-prof
115 , libghc-split-prof
116 , libghc-hoauth2-prof
117 , libghc-http-conduit-prof
118 , libghc-http-client-tls-prof
119 , libghc-aeson-prof
120 , libghc-uuid-prof
121 Build-Depends-Indep: ghc-doc
122 # -doc dependencies
123 , libghc-parsec3-doc
124 , libghc-pretty-doc
125 , libghc-pandoc-doc
126 , libghc-pandoc-types-doc
127 , libghc-mtl-doc
128 , libghc-highlighting-kate-doc
129 , libghc-text-doc
130 , libghc-random-doc
131 , libghc-network-doc
132 , libghc-network-uri-doc
133 , libghc-utf8-string-doc
134 , libghc-sha-doc
135 , libghc-http-doc
136 , libghc-hstringtemplate-doc
137 , libghc-recaptcha-doc
138 , libghc-filestore-doc
139 , libghc-zlib-doc
140 , libghc-url-doc
141 , libghc-happstack-server-doc
142 , libghc-base64-bytestring-doc
143 , libghc-xml-doc
144 , libghc-hslogger-doc
145 , libghc-configfile-doc
146 , libghc-feed-doc
147 , libghc-xss-sanitize-doc
148 , libghc-tagsoup-doc
149 , libghc-blaze-html-doc
150 , libghc-json-doc
151 , libghc-ghc-paths-doc
152 , libghc-safe-doc
153 , libghc-uri-doc
154 , libghc-split-doc
155 , libghc-hoauth2-doc
156 , libghc-http-conduit-doc
157 , libghc-http-client-tls-doc
158 , libghc-aeson-doc
159 , libghc-uuid-doc
16 ghc-prof,
17 libghc-ghc-paths-dev,
18 libghc-ghc-paths-prof,
19 libghc-pandoc-dev (>= 1.12.4),
20 libghc-pandoc-dev (<< 1.16),
21 libghc-pandoc-prof,
22 libghc-pandoc-types-dev (>= 1.12.3),
23 libghc-pandoc-types-dev (<< 1.13),
24 libghc-pandoc-types-prof,
25 libghc-safe-dev,
26 libghc-safe-prof,
27 libghc-configfile-dev (>= 1),
28 libghc-configfile-dev (<< 1.2),
29 libghc-configfile-prof,
30 libghc-hstringtemplate-dev (>= 0.6),
31 libghc-hstringtemplate-dev (<< 0.9),
32 libghc-hstringtemplate-prof,
33 libghc-http-dev (>= 1:4000.0),
34 libghc-http-dev (<< 1:4000.3),
35 libghc-http-prof,
36 libghc-sha-dev (>> 1),
37 libghc-sha-dev (<< 1.7),
38 libghc-sha-prof,
39 libghc-aeson-dev (>= 0.7),
40 libghc-aeson-dev (<< 0.10),
41 libghc-aeson-prof,
42 libghc-base64-bytestring-dev (>= 0.1),
43 libghc-base64-bytestring-dev (<< 1.1),
44 libghc-base64-bytestring-prof,
45 libghc-blaze-html-dev (>= 0.4),
46 libghc-blaze-html-dev (<< 0.9),
47 libghc-blaze-html-prof,
48 libghc-feed-dev (>= 0.3.6),
49 libghc-feed-dev (<< 0.4),
50 libghc-feed-prof,
51 libghc-filestore-dev (>= 0.6),
52 libghc-filestore-dev (<< 0.7),
53 libghc-filestore-prof,
54 libghc-happstack-server-dev (>= 7.0),
55 libghc-happstack-server-dev (<< 7.5),
56 libghc-happstack-server-prof,
57 libghc-highlighting-kate-dev (>= 0.5.0.1),
58 libghc-highlighting-kate-dev (<< 0.7),
59 libghc-highlighting-kate-prof,
60 libghc-hoauth2-dev (>= 0.4.2),
61 libghc-hoauth2-dev (<< 0.5),
62 libghc-hoauth2-prof,
63 libghc-hslogger-dev (>= 1),
64 libghc-hslogger-dev (<< 1.3),
65 libghc-hslogger-prof,
66 libghc-http-client-tls-dev (>= 0.2.2),
67 libghc-http-client-tls-dev (<< 0.3),
68 libghc-http-client-tls-prof,
69 libghc-http-conduit-dev (>= 2.1.4),
70 libghc-http-conduit-dev (<< 2.2),
71 libghc-http-conduit-prof,
72 libghc-json-dev (>= 0.4),
73 libghc-json-dev (<< 0.10),
74 libghc-json-prof,
75 libghc-mtl-dev,
76 libghc-mtl-prof,
77 libghc-network-dev (>= 2.6),
78 libghc-network-uri-dev (>= 2.6),
79 libghc-network-uri-dev (<< 2.7),
80 libghc-network-uri-prof,
81 libghc-old-locale-dev (>= 1),
82 libghc-old-locale-prof,
83 libghc-old-time-dev,
84 libghc-old-time-prof,
85 libghc-parsec3-dev,
86 libghc-parsec3-prof,
87 libghc-random-dev,
88 libghc-random-prof,
89 libghc-recaptcha-dev (>= 0.1),
90 libghc-recaptcha-prof,
91 libghc-split-dev,
92 libghc-split-prof,
93 libghc-syb-dev,
94 libghc-syb-prof,
95 libghc-tagsoup-dev (>= 0.13),
96 libghc-tagsoup-dev (<< 0.14),
97 libghc-tagsoup-prof,
98 libghc-text-dev,
99 libghc-text-prof,
100 libghc-uri-dev (>= 0.1),
101 libghc-uri-dev (<< 0.2),
102 libghc-uri-prof,
103 libghc-url-dev (>= 2.1),
104 libghc-url-dev (<< 2.2),
105 libghc-url-prof,
106 libghc-utf8-string-dev (>= 0.3),
107 libghc-utf8-string-dev (<< 1.1),
108 libghc-utf8-string-prof,
109 libghc-uuid-dev (>= 1.3),
110 libghc-uuid-dev (<< 1.4),
111 libghc-uuid-prof,
112 libghc-xml-dev (>= 1.3.5),
113 libghc-xml-prof,
114 libghc-xss-sanitize-dev (>= 0.3),
115 libghc-xss-sanitize-dev (<< 0.4),
116 libghc-xss-sanitize-prof,
117 libghc-zlib-dev (>= 0.5),
118 libghc-zlib-dev (<< 0.7),
119 libghc-zlib-prof,
120 Build-Depends-Indep: ghc-doc,
121 libghc-ghc-paths-doc,
122 libghc-pandoc-doc,
123 libghc-pandoc-types-doc,
124 libghc-safe-doc,
125 libghc-configfile-doc,
126 libghc-hstringtemplate-doc,
127 libghc-http-doc,
128 libghc-sha-doc,
129 libghc-aeson-doc,
130 libghc-base64-bytestring-doc,
131 libghc-blaze-html-doc,
132 libghc-feed-doc,
133 libghc-filestore-doc,
134 libghc-happstack-server-doc,
135 libghc-highlighting-kate-doc,
136 libghc-hoauth2-doc,
137 libghc-hslogger-doc,
138 libghc-http-client-tls-doc,
139 libghc-http-conduit-doc,
140 libghc-json-doc,
141 libghc-mtl-doc,
142 libghc-network-uri-doc,
143 libghc-old-locale-doc,
144 libghc-old-time-doc,
145 libghc-parsec3-doc,
146 libghc-random-doc,
147 libghc-recaptcha-doc,
148 libghc-split-doc,
149 libghc-syb-doc,
150 libghc-tagsoup-doc,
151 libghc-text-doc,
152 libghc-uri-doc,
153 libghc-url-doc,
154 libghc-utf8-string-doc,
155 libghc-uuid-doc,
156 libghc-xml-doc,
157 libghc-xss-sanitize-doc,
158 libghc-zlib-doc,
160159 Standards-Version: 3.9.6
161160 Homepage: http://gitit.net/
162161 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/gitit
185184
186185 Package: gitit
187186 Architecture: any
188 Depends:
189 ${haskell:Extra-Depends},
187 Section: web
188 Depends: ${haskell:Extra-Depends},
190189 ${misc:Depends},
191190 ${shlibs:Depends},
192191 libghc-gitit-data (= ${source:Version}),
193 git | darcs | mercurial
194 Recommends: mime-support
195 Section: web
192 git | darcs | mercurial,
193 Recommends: mime-support,
196194 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
197195 ${haskell:LongDescription}
198196 .
200198
201199 Package: libghc-gitit-dev
202200 Architecture: any
203 Depends:
204 ${haskell:Depends},
201 Depends: ${haskell:Depends},
205202 ${haskell:Extra-Depends},
206203 ${misc:Depends},
207204 ${shlibs:Depends},
208 libghc-gitit-data (= ${source:Version})
209 Suggests: ${haskell:Suggests}
210 Recommends: ${haskell:Recommends}
211 Provides: ${haskell:Provides}
205 libghc-gitit-data (= ${source:Version}),
206 Recommends: ${haskell:Recommends},
207 Suggests: ${haskell:Suggests},
208 Provides: ${haskell:Provides},
212209 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
213210 ${haskell:LongDescription}
214211 .
218215 Architecture: any
219216 Depends: ${haskell:Depends},
220217 ${shlibs:Depends},
221 ${misc:Depends}
222 Suggests: ${haskell:Suggests}
223 Recommends: ${haskell:Recommends}
224 Provides: ${haskell:Provides}
218 ${misc:Depends},
219 Recommends: ${haskell:Recommends},
220 Suggests: ${haskell:Suggests},
221 Provides: ${haskell:Provides},
225222 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
226223 ${haskell:LongDescription}
227224 .
228225 ${haskell:Blurb}
229226
230227 Package: libghc-gitit-doc
228 Architecture: all
231229 Section: doc
232 Architecture: all
233 Depends:
234 ${haskell:Depends},
235 ${misc:Depends}
236 Suggests: ${haskell:Suggests}
237 Recommends: ${haskell:Recommends}
230 Depends: ${haskell:Depends},
231 ${misc:Depends},
232 Recommends: ${haskell:Recommends},
233 Suggests: ${haskell:Suggests},
238234 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
239235 ${haskell:LongDescription}
240236 .
242238
243239 Package: libghc-gitit-data
244240 Architecture: all
245 Depends: ${misc:Depends}
246 Suggests: ${haskell:Suggests}
247 Recommends: ${haskell:Recommends}
248 Breaks: gitit (<< 0.10.6.3+dfsg-1)
249 Replaces: gitit (<< 0.10.6.3+dfsg-1)
250 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
251 ${haskell:LongDescription}
252 .
253 ${haskell:Blurb}
241 Depends: ${misc:Depends},
242 Recommends: ${haskell:Recommends},
243 Suggests: ${haskell:Suggests},
244 Breaks: gitit (<< 0.10.6.3+dfsg-1),
245 Replaces: gitit (<< 0.10.6.3+dfsg-1),
246 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
247 ${haskell:LongDescription}
248 .
249 ${haskell:Blurb}
2020 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal-helper
2121 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-helper
2222 X-Description: Simple interface to some of Cabal's configuration state used by ghc-mod
23 @cabal-helper@ provides a library which wraps the internal use of
23 cabal-helper provides a library which wraps the internal use of
2424 anexecutable to lift the restrictions imposed by linking against versions of
25 GHC before @7.10@. This has the pleasant side effect of isolating the user
26 from having to deal with Cabal version changes manually as @cabal-helper@
25 GHC before 7.10. This has the pleasant side effect of isolating the user
26 from having to deal with Cabal version changes manually as cabal-helper
2727 can simply recompile it's helper program automatically as needed.
2828 .
29 @cabal-helper@ uses a wrapper executable to compile the actual cabal-helper
29 cabal-helper uses a wrapper executable to compile the actual cabal-helper
3030 executable at runtime while linking against an arbitrary version of
3131 Cabal. This runtime-compiled helper executable is then used to extract
32 various bits and peices from Cabal\'s on disk state (dist/setup-config)
32 various bits and peices from Cabal's on disk state (dist/setup-config)
3333 written by it's configure command.
3434 .
3535 In addition to this the wrapper executable also supports installing any
4141 Furthermore the wrapper supports one special case namely reading a state
4242 file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using
4343 itself and not using any version of Cabal installed in any package database.
44 .
45 @cabal-helper@ can compile with @Cabal >= 1.14@ but requires @Cabal >= 1.16@
46 at runtime.
4744
4845 Package: libghc-cabal-helper-dev
4946 Architecture: any
33 Source: https://hackage.haskell.org/package/cabal-helper
44
55 Files: *
6 Copyright: (No copyright field in cabal file)
7 License: AGPL (Just (Version {versionBranch = [3], versionTags = []}))
6 Copyright: 2015 Daniel Gröber
7 License: AGPL
88
99 Files: debian/*
1010 Copyright: held by the contributors mentioned in debian/changelog
11 License: AGPL (Just (Version {versionBranch = [3], versionTags = []}))
11 License: AGPL
1212
13 License: AGPL (Just (Version {versionBranch = [3], versionTags = []}))
13 Files: CabalHelper/GuessGhc.hs
14 Copyright: 2003-2014 Isaac Jones, Simon Marlow, Martin Sjögren, Bjorn Bringert, Krasimir Angelov,
15 Malcolm Wallace, Ross Patterson, Ian Lynagh,
16 Duncan Coutts, Thomas Schilling,
17 Johan Tibell, Mikhail Glushenkov
18 License: BSD-3-clause
19
20 License: BSD-3-clause
21 All rights reserved.
22 .
23 Redistribution and use in source and binary forms, with or without
24 modification, are permitted provided that the following conditions
25 are met:
26 .
27 * Redistributions of source code must retain the above copyright
28 notice, this list of conditions and the following disclaimer.
29 .
30 * Redistributions in binary form must reproduce the above
31 copyright notice, this list of conditions and the following
32 disclaimer in the documentation and/or other materials provided
33 with the distribution.
34 .
35 * Neither the name of Sven Bartscher nor the names of other
36 contributors may be used to endorse or promote products derived
37 from this software without specific prior written permission.
38 .
39 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
45 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
46 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
47 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
51
52 License: AGPL
1453 GNU AFFERO GENERAL PUBLIC LICENSE
1554 Version 3, 19 November 2007
1655 .
0 haskell-graphviz (2999.17.0.2-3) UNRELEASED; urgency=medium
1
2 * ghc-7.10 compat patch
3
4 -- Joachim Breitner <nomeata@debian.org> Wed, 19 Aug 2015 17:29:40 +0200
5
06 haskell-graphviz (2999.17.0.2-2) unstable; urgency=medium
17
28 * Upload to unstable
0 Index: haskell-graphviz/Data/GraphViz/Algorithms.hs
1 ===================================================================
2 --- haskell-graphviz.orig/Data/GraphViz/Algorithms.hs 2015-01-04 14:35:41.000000000 +0100
3 +++ haskell-graphviz/Data/GraphViz/Algorithms.hs 2015-08-19 17:29:19.418284449 +0200
4 @@ -31,6 +31,8 @@
5 , transitiveReductionOptions
6 ) where
7
8 +import Prelude hiding (traverse)
9 +
10 import Data.GraphViz.Attributes.Complete (Attributes, defaultAttributeValue)
11 import Data.GraphViz.Attributes.Same
12 import Data.GraphViz.Internal.Util (bool)
0 haskell-happstack-hsp (7.3.5-2) UNRELEASED; urgency=medium
0 haskell-happstack-hsp (7.3.6-1) unstable; urgency=medium
11
2 * ghc-7.10 compat patch
2 * New upstream release
33
4 -- Joachim Breitner <nomeata@debian.org> Sun, 16 Aug 2015 10:20:56 +0200
4 -- Joachim Breitner <nomeata@debian.org> Wed, 19 Aug 2015 07:11:43 +0000
55
66 haskell-happstack-hsp (7.3.5-1) unstable; urgency=medium
77
+0
-11
p/haskell-happstack-hsp/debian/patches/ghc-7.10-compat less more
0 Index: haskell-happstack-hsp/happstack-hsp.cabal
1 ===================================================================
2 --- haskell-happstack-hsp.orig/happstack-hsp.cabal 2015-05-15 03:41:30.000000000 +0200
3 +++ haskell-happstack-hsp/happstack-hsp.cabal 2015-08-16 10:20:49.145453731 +0200
4 @@ -32,5 +32,5 @@
5 hsx2hs >= 0.13.0 && < 0.14,
6 mtl >= 1.1 && < 2.3,
7 utf8-string >= 0.3 && < 1.1,
8 - syb >= 0.3 && < 0.5,
9 + syb >= 0.3 && < 0.6,
10 text >= 0.10 && < 1.3
+0
-1
p/haskell-happstack-hsp/debian/patches/series less more
0 ghc-7.10-compat
0 haskelldb-hdbc (2.2.2-6) UNRELEASED; urgency=medium
0 haskelldb-hdbc (2.2.4-1) unstable; urgency=medium
11
2 * ghc-7.10 compat patch
2 * New upstream release
33
4 -- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 19:21:49 +0200
4 -- Joachim Breitner <nomeata@debian.org> Mon, 17 Aug 2015 17:39:33 +0000
55
66 haskelldb-hdbc (2.2.2-5) unstable; urgency=medium
77
+0
-9
p/haskelldb-hdbc/debian/patches/ghc-7.10-compat less more
0 Index: haskelldb-hdbc/Database/HaskellDB/HDBC.hs
1 ===================================================================
2 --- haskelldb-hdbc.orig/Database/HaskellDB/HDBC.hs 2012-10-25 18:58:15.000000000 +0200
3 +++ haskelldb-hdbc/Database/HaskellDB/HDBC.hs 2015-08-15 19:21:31.972323673 +0200
4 @@ -1,3 +1,4 @@
5 +{-# Language FlexibleContexts #-}
6 -----------------------------------------------------------
7 -- |
8 -- Module : Database.HaskellDB.HDBC
+0
-1
p/haskelldb-hdbc/debian/patches/series less more
0 ghc-7.10-compat
00 hoauth (0.3.5-4) UNRELEASED; urgency=medium
11
2 * Depend on old-{locale,time}
2 * Patch support for ghc-7.10
33
4 -- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 23:06:16 +0200
4 -- Sven Bartscher <sven.bartscher@weltraumschlangen.de> Tue, 18 Aug 2015 00:38:06 +0200
55
66 hoauth (0.3.5-3) unstable; urgency=low
77
55 Build-Depends: debhelper (>= 9),
66 haskell-devscripts (>= 0.9),
77 cdbs,
8 ghc,
8 ghc (>= 7.10),
99 ghc-prof,
1010 libghc-rsa-dev (>= 1.2.0.1),
1111 libghc-rsa-prof,
2121 libghc-entropy-prof,
2222 libghc-mtl-dev (>= 1.1.0.2),
2323 libghc-mtl-prof,
24 libghc-old-locale-dev (>= 1.0.0.2),
25 libghc-old-locale-prof,
2624 libghc-random-dev (>= 1.0.0.2),
2725 libghc-random-prof,
2826 libghc-utf8-string-dev (>= 0.3.4),
3533 libghc-dataenc-doc,
3634 libghc-entropy-doc,
3735 libghc-mtl-doc,
38 libghc-old-locale-doc,
3936 libghc-random-doc,
4037 libghc-utf8-string-doc,
4138 Standards-Version: 3.9.4
0 --- a/src/main/haskell/Network/OAuth/Consumer.hs
1 +++ b/src/main/haskell/Network/OAuth/Consumer.hs
2 @@ -89,8 +89,8 @@
3 import Control.Monad.Trans
4 import System.IO
5 import System.Entropy (getEntropy)
6 -import System.Locale (defaultTimeLocale)
7 import Data.Time (getCurrentTime,formatTime)
8 +import Data.Time.Format (defaultTimeLocale)
9 import Data.Char (chr,ord)
10 import Data.List (intercalate,sort)
11 import Data.Word (Word8)
12 @@ -390,6 +390,19 @@
13 right (t1,a) = let OAuthMonadT mb = f a
14 in mb t1
15
16 +instance (Monad m) => Applicative (OAuthMonadT m) where
17 + pure = return
18 + (OAuthMonadT af) <*> (OAuthMonadT ax) =
19 + OAuthMonadT $ \t -> do
20 + ef <- af t
21 + case ef of
22 + Left s -> return $ Left s
23 + Right (nt, f) -> do
24 + ex <- ax nt
25 + case ex of
26 + Left s -> return $ Left s
27 + Right (ft, x) -> return $ Right (ft, f x)
28 +
29 instance MonadTrans OAuthMonadT where
30 lift ma = OAuthMonadT $ \t -> do { a <- ma
31 ; return $ Right (t,a)
32 --- a/hoauth.cabal
33 +++ b/hoauth.cabal
34 @@ -25,7 +25,6 @@
35 , dataenc>=0.13.0.2
36 , utf8-string>=0.3.4
37 , time>=1.1.4
38 - , old-locale>=1.0.0.2
39 , random>=1.0.0.2
40 , curl>=1.3.5
41 , mtl>=1.1.0.2
0 Index: xmonad-0.11/util/GenerateManpage.hs
0 Index: xmonad/util/GenerateManpage.hs
11 ===================================================================
2 --- xmonad-0.11.orig/util/GenerateManpage.hs 2013-01-01 02:31:47.000000000 +0100
3 +++ xmonad-0.11/util/GenerateManpage.hs 2013-02-17 17:01:53.186736898 +0100
4 @@ -26,6 +26,7 @@
2 --- xmonad.orig/util/GenerateManpage.hs 2015-08-19 16:35:34.888424481 +0200
3 +++ xmonad/util/GenerateManpage.hs 2015-08-19 16:36:29.285364470 +0200
4 @@ -1,3 +1,4 @@
5 +{-# LANGUAGE FlexibleContexts #-}
6 -- Unlike the rest of xmonad, this file is copyright under the terms of the
7 -- GPL.
8
9 @@ -26,6 +27,7 @@
510 import Text.Regex.Posix
611 import Data.Char
712 import Data.List
813 +import qualified Data.Set as Set
9
14
1015 import Distribution.PackageDescription.Parse
1116 import Distribution.Verbosity
12 @@ -68,9 +69,9 @@
17 @@ -68,9 +70,9 @@
1318 `liftM` readFile "./XMonad/Config.hs"
14
19
1520 let manHeader = unwords [".TH xmonad 1","\""++releaseDate++"\"",releaseName,"\"xmonad manual\""]
1621 - writeOpts = defaultWriterOptions -- { writerLiterateHaskell = True }
1722 + writeOpts = def -- { writerLiterateHaskell = True }
18
23
1924 - parsed <- readMarkdown defaultParserState { stateLiterateHaskell = True }
20 + parsed <- readMarkdown def { readerExtensions = Set.insert Ext_literate_haskell pandocExtensions }
25 + Right parsed <- readMarkdown def { readerExtensions = Set.insert Ext_literate_haskell pandocExtensions }
2126 . unlines
2227 . replace "___KEYBINDINGS___" keybindings
2328 . lines
0 xmonad-contrib (0.11.4-2) UNRELEASED; urgency=medium
1
2 * Depend on old-{locale,time}
3
4 -- Joachim Breitner <nomeata@debian.org> Wed, 19 Aug 2015 16:51:02 +0200
5
06 xmonad-contrib (0.11.4-1) unstable; urgency=medium
17
28 * New upstream release
1919 libghc-mtl-dev (>= 1),
2020 libghc-mtl-dev (<< 3),
2121 libghc-mtl-prof,
22 libghc-old-locale-dev,
23 libghc-old-locale-prof,
24 libghc-old-time-dev,
25 libghc-old-time-prof,
2226 libghc-random-dev,
2327 libghc-random-prof,
2428 libghc-utf8-string-dev,