packages feed

cabal-debian 4.32.1 → 4.32.2

raw patch · 3 files changed

+9/−2 lines, 3 files

Files

cabal-debian.cabal view
@@ -1,5 +1,5 @@ Name:           cabal-debian-Version:        4.32.1+Version:        4.32.2 Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw License:        BSD3 License-File:   LICENSE
debian/changelog view
@@ -1,3 +1,10 @@+haskell-cabal-debian (4.32.2) unstable; urgency=low++  * Ifdef a use of GHCJS+  * Add (failing) tests for ghc-8.0.1++ -- David Fox <dsf@seereason.com>  Mon, 18 Jan 2016 06:21:08 -0800+ haskell-cabal-debian (4.32) unstable; urgency=low    * Compute bundled dependencies by looking for library .conf files
src/Debian/Debianize/Bundled.hs view
@@ -6,7 +6,7 @@ -- *That* is done using the debianNameMap of CabalInfo, which is -- built using the mapCabal, splitCabal, and remapCabal functions. -{-# LANGUAGE FlexibleContexts, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell #-}+{-# LANGUAGE CPP, FlexibleContexts, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell #-} module Debian.Debianize.Bundled     ( builtIn     -- * Utilities