packages feed

cabal-debian 4.32 → 4.32.1

raw patch · 3 files changed

+5/−2 lines, 3 files

Files

cabal-debian.cabal view
@@ -1,5 +1,5 @@ Name:           cabal-debian-Version:        4.32+Version:        4.32.1 Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw License:        BSD3 License-File:   LICENSE
debian/changelog view
@@ -2,7 +2,8 @@    * Compute bundled dependencies by looking for library .conf files     included in the debian package, rather than by looking at the-    deb's "Provides" attribute.  Some ghc debs do not have Provides.+    deb's "Provides" attribute.  Some ghc debs (e.g. hvr's ppa) do+    not generate a "Provides" lines that describes bundled libraries.   -- David Fox <dsf@seereason.com>  Mon, 18 Jan 2016 05:49:55 -0800 
src/Debian/Debianize/Bundled.hs view
@@ -74,7 +74,9 @@      unsafePerformIO . chroot root $      readProcess hcpath                  [case hc of+#if MIN_VERSION_Cabal(1,22,0)                     GHCJS -> "--numeric-ghc-version"+#endif                     _ -> "--numeric-version"]                  ""