Codebase list haskell-xss-sanitize / 7cf993e
yesod-form: build with ghc 8 in experimental Clint Adams 7 years ago
2 changed file(s) with 43 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
0 haskell-yesod-form (1.4.7.1-2) UNRELEASED; urgency=medium
1
2 * Fix VCS fields
3
4 -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:15 +0200
0 haskell-yesod-form (1.4.7.1-2) experimental; urgency=medium
1
2 * Temporarily build-depend on ghc 8.
3
4 -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:42:09 -0400
55
66 haskell-yesod-form (1.4.7.1-1) unstable; urgency=medium
77
00 Source: haskell-yesod-form
11 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@debian.org>
2 Uploaders:
3 Clint Adams <clint@debian.org>,
34 Priority: extra
45 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 Build-Depends:
7 cdbs,
8 debhelper (>= 9),
9 ghc (>= 8),
10 ghc-ghci,
11 ghc-prof,
612 haskell-devscripts (>= 0.10),
7 cdbs,
8 ghc,
9 ghc-prof,
1013 libghc-aeson-dev,
1114 libghc-aeson-prof,
1215 libghc-attoparsec-dev (>= 0.10),
2326 libghc-data-default-prof,
2427 libghc-email-validate-dev (>= 1.0),
2528 libghc-email-validate-prof,
29 libghc-hspec-dev,
2630 libghc-network-uri-dev (>= 2.6),
2731 libghc-network-uri-prof,
2832 libghc-persistent-dev,
3337 libghc-semigroups-prof,
3438 libghc-shakespeare-dev (>= 2.0),
3539 libghc-shakespeare-prof,
36 ghc-ghci,
40 libghc-text-dev,
3741 libghc-text-dev (>= 0.9),
3842 libghc-text-prof,
3943 libghc-wai-dev (>= 1.3),
4044 libghc-wai-prof,
4145 libghc-xss-sanitize-dev (>= 0.3.0.1),
4246 libghc-xss-sanitize-prof,
47 libghc-yesod-core-dev (<< 1.5),
4348 libghc-yesod-core-dev (>= 1.4.14),
44 libghc-yesod-core-dev (<< 1.5),
4549 libghc-yesod-core-prof,
50 libghc-yesod-persistent-dev (<< 1.5),
4651 libghc-yesod-persistent-dev (>= 1.4),
47 libghc-yesod-persistent-dev (<< 1.5),
4852 libghc-yesod-persistent-prof,
49 libghc-hspec-dev,
50 libghc-text-dev,
51 Build-Depends-Indep: ghc-doc,
53 Build-Depends-Indep:
54 ghc-doc,
5255 libghc-aeson-doc,
5356 libghc-attoparsec-doc,
5457 libghc-blaze-builder-doc,
6972 libghc-yesod-persistent-doc,
7073 Standards-Version: 3.9.8
7174 Homepage: http://www.yesodweb.com/
72 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
75 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yesod-form
7376 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
7477
7578 Package: libghc-yesod-form-dev
7679 Architecture: any
77 Depends: ${haskell:Depends},
80 Depends:
81 ${haskell:Depends},
82 ${misc:Depends},
7883 ${shlibs:Depends},
79 ${misc:Depends},
80 Recommends: ${haskell:Recommends},
81 Suggests: ${haskell:Suggests},
82 Provides: ${haskell:Provides},
84 Recommends:
85 ${haskell:Recommends},
86 Suggests:
87 ${haskell:Suggests},
88 Provides:
89 ${haskell:Provides},
8390 Description: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
8491 Yesod is a framework designed to foster creation of RESTful web
8592 application that have strong compile-time guarantees of correctness.
9097
9198 Package: libghc-yesod-form-prof
9299 Architecture: any
93 Depends: ${haskell:Depends},
100 Depends:
101 ${haskell:Depends},
94102 ${misc:Depends},
95 Recommends: ${haskell:Recommends},
96 Suggests: ${haskell:Suggests},
97 Provides: ${haskell:Provides},
103 Recommends:
104 ${haskell:Recommends},
105 Suggests:
106 ${haskell:Suggests},
107 Provides:
108 ${haskell:Provides},
98109 Description: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
99110 Yesod is a framework designed to foster creation of RESTful web
100111 application that have strong compile-time guarantees of correctness.
106117 Package: libghc-yesod-form-doc
107118 Architecture: all
108119 Section: doc
109 Depends: ${misc:Depends},
120 Depends:
110121 ${haskell:Depends},
111 Recommends: ${haskell:Recommends},
112 Suggests: ${haskell:Suggests},
122 ${misc:Depends},
123 Recommends:
124 ${haskell:Recommends},
125 Suggests:
126 ${haskell:Suggests},
113127 Description: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
114128 Yesod is a framework designed to foster creation of RESTful web
115129 application that have strong compile-time guarantees of correctness.