Codebase list haskell-http-link-header / 1a26685
happstack-server: Upgrading from 7.4.6.2 to 7.4.6.4 Clint Adams 6 years ago
4 changed file(s) with 7 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
0 haskell-happstack-server (7.4.6.4-1) unstable; urgency=medium
1
2 * New upstream release
3
4 -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 14:42:58 -0400
5
06 haskell-happstack-server (7.4.6.2-3) unstable; urgency=medium
17
28 * Upload to unstable as part of GHC 8 transition.
1212 libghc-base64-bytestring-dev (<< 1.1),
1313 libghc-base64-bytestring-dev (>= 1.0),
1414 libghc-base64-bytestring-prof,
15 libghc-blaze-html-dev (<< 0.9),
1615 libghc-blaze-html-dev (>= 0.5),
16 libghc-blaze-html-dev (<< 0.10),
1717 libghc-blaze-html-prof,
1818 libghc-exceptions-dev,
1919 libghc-exceptions-prof,
+0
-21
p/haskell-happstack-server/debian/patches/fix_template_haskell_flag less more
0 Index: haskell-happstack-server/happstack-server.cabal
1 ===================================================================
2 --- haskell-happstack-server.orig/happstack-server.cabal 2015-08-15 14:36:14.690710352 +0200
3 +++ haskell-happstack-server/happstack-server.cabal 2015-08-15 14:36:14.690710352 +0200
4 @@ -105,6 +105,7 @@
5 if (flag(template_haskell) && !(arch(arm)))
6 Build-Depends: template-haskell
7 cpp-options: -DTEMPLATE_HASKELL
8 + Extensions: TemplateHaskell
9
10 hs-source-dirs: src
11
12 @@ -112,7 +113,7 @@
13 Build-Depends: unix
14 cpp-options: -DUNIX
15
16 - Extensions: TemplateHaskell, DeriveDataTypeable, MultiParamTypeClasses,
17 + Extensions: DeriveDataTypeable, MultiParamTypeClasses,
18 TypeFamilies, FlexibleContexts, OverlappingInstances,
19 FlexibleInstances, UndecidableInstances, ScopedTypeVariables,
20 TypeSynonymInstances, PatternGuards
+0
-1
p/haskell-happstack-server/debian/patches/series less more
0 fix_template_haskell_flag