summaryrefslogtreecommitdiff
path: root/Dh_Haskell.sh
Commit message (Expand)AuthorAge
* 0.16.1Clint Adams2021-09-20
* Support Haskell packages without a Setup.hs fileIlias Tsitsimpis2020-06-20
* Fix bug in install_doc_recipe() causing builds to failIlias Tsitsimpis2020-02-26
* Use ghc-pkg to parse package conf files, instead of grep-dctrlIlias Tsitsimpis2020-02-23
* Pass --unit-id flag to ghc-pkgIlias Tsitsimpis2020-02-23
* Ensure build fails when dh_haskell_{depends,provides} failIlias Tsitsimpis2020-02-23
* Patch from Chris Lamb to explicitly set UTC for 1975 hack. closes: #933834.Clint Adams2019-08-04
* work around old timestampsClint Adams2019-07-27
* Silence GHC 8.4's "ignoring (possibly broken) abi-depends..." warningIlias Tsitsimpis2018-10-05
* Turn off wordwrap on verbose register --gen-pkg-config output.Clint Adams2018-04-12
* Use C.UTF-8 for setup register output.Clint Adams2018-04-11
* Increase register --verbose=2 to ensure that we get the necessary output.Clint Adams2018-04-11
* Cope with Cabal 2.0 gen-pkg-config output change.Clint Adams2018-04-10
* Corrected Provides syntax, which was accidentally changed fromSven Bartscher2016-07-20
* Added fallback to old parsing of package IDs in case GHC is older thanSven Bartscher2016-07-19
* Clean up the temporary ghc package cache debian/tmp-db/Sven Bartscher2016-07-09
* strip_hash isn't needed anymore, because ghc-pkg up from 8.0.1 canSven Bartscher2016-07-09
* Use ghc-pkg to construct virtual package names instead of parsingSven Bartscher2016-07-09
* Extract package hashes by taking everything between the last hyphenSven Bartscher2016-07-04
* respect user's debian/libghc-*-doc.linksSean Whitton2016-05-22
* Set libexecdir to /usr/lib. The default of /usr/libexec is not FHS compliant.Sven Bartscher2016-01-08
* Use ./Setup test --show-details=direct, and depend on the corresponding GHC v...Joachim Breitner2015-11-05
* Abort if haddock fails. Closes: #803687. Thanks to – you guessed it – Chr...Joachim Breitner2015-11-02
* Run haddock more verbosely. Closes: #803685. Thanks to Chris Lamb for the patch.Joachim Breitner2015-11-02
* Compile Setup.hs with -threaded, to unbreak testsuites on GHC 7.10 See https:...Joachim Breitner2015-08-16
* Dh_Haskell.sh: Always run sort in LC_ALL=C, to make sure it builds reproducib...Joachim Breitner2015-06-20
* Dh_Haskell.sh: Alwasy run sort in LANG=C, to make sure it builds reproducible...Joachim Breitner2015-06-20
* Dh_Haskell.sh: Make indentation more consistentIustin Pop2015-06-01
* Fix bug in extra-packages handlingIustin Pop2015-06-01
* Do not send diagnostic output to stdout; use stderrJoachim Breitner2015-04-28
* Typo in Dh_Haskell, breaks building pandoc Joachim Breitner2015-04-28
* Use "eval" to allow quotes in DEB_SETUP_GHC_CONFIGURE_ARGS to have effect, as...Joachim Breitner2015-04-28
* Use "run" shell function in important placesJoachim Breitner2015-04-28
* Add handy "run" shell function for better debuggingJoachim Breitner2015-04-28
* Pass variables from the Makefile to the Dh_Haskell in environment variables; ...Joachim Breitner2015-04-28
* Debugging code (disabled)David Fox2015-03-31
* Add support for building ghcjs packagesDavid Fox2015-03-31
* Parameterize the compiler nameDavid Fox2015-03-31
* Turn the Make rules into shell functionsDavid Fox2015-03-31
* Add functions to Dh_Haskell.hsDavid Fox2015-03-31
* Also install package.conf in version-agnostic path Joachim Breitner2011-07-11
* Call ghc-pkg, not ghc-pkg6 (patch by David Fox) Joachim Breitner2011-04-19
* Use ghc instead of ghc6Marco Silva2011-01-15
* Send error messages to stdoutJoachim Breitner2010-07-06
* Better error checking when figuring out providing package, should help debug ...Joachim Breitner2010-07-06
* Dh_Haskell.sh: ghc_pkg_field.Marco Túlio Gontijo e Silva2010-05-21
* Only look for package config files with suffix .confJoachim Breitner2010-02-17
* Fix dh_haskell_provides with packages with a dash in the cabal name Joachim Breitner2010-02-17
* Fix using dh_haskell_provides with multiple cabal packages per packageJoachim Breitner2010-02-17
* Allow for usage of dh_haskell_provides in ghc6Joachim Breitner2010-02-17