summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
* Merge pull request #48688 from ElvishJerricco/shellFor-nativeBuildInputsJohn Ericson2018-10-19
|\ | | | | haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]
| * haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]Will Fancher2018-10-18
| |
* | ghc-8.6.x: disable mpd support in xmobarPeter Simons2018-10-19
| | | | | | | | libmpd does not compile with the latest version of ghc.
* | haskell-HaTeX: jailbreak to fix the build with ghc-8.6.xPeter Simons2018-10-19
| |
* | haskell-wl-pprint-extras: jailbreak to fix the build with ghc-8.6.xPeter Simons2018-10-19
| |
* | haskell-fgl: ignore the new cabal revision published on HackagePeter Simons2018-10-19
| |
* | haskell-base-compat-batteries: fix build with ghc-8.0.xPeter Simons2018-10-19
| |
* | haskell-hledger-ui: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-brick: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-vty: use the latest version when building with ghc-8.6.1Peter Simons2018-10-19
| |
* | stack: prefer the ghc-8.6.1 versionPeter Simons2018-10-19
| | | | | | | | | | | | Building stack with ghc-8.4.x requires a whole lot of version overrides -- most notably Cabal 2.4.x --, so we don't bother and just use the one built with the latest compiler instead.
* | haskell-hledger: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | stack: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | stack: drop obsolete override after version updatePeter Simons2018-10-19
| |
* | haskell-neat-interpolation: we cannot use the latest version without ↵Peter Simons2018-10-19
| | | | | | | | megaparsec 7.x
* | haskell-monad-par: disable the test suite to fix the build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-wizards: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-ledger-lib: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-cassava-megaparsec: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-hspec-megaparsec: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-megaparsec: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| | | | | | | | We cannot update to megaparsec-7.x because hledger does not support it.
* | haskell-config-ini: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-lucid: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | haskell-data-clist: jailbreak to fix build with ghc-8.6.1Peter Simons2018-10-19
| |
* | ghc-8.6.x: we need the latest pandoc version for this compilerPeter Simons2018-10-19
| |
* | haskell-easytest: apply patches to fix the build with ghc-8.6.xPeter Simons2018-10-19
| |
* | haskell-skylighting-core: the test suite fails when built with ghc-8.6.xPeter Simons2018-10-19
| |
* | ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite)Peter Simons2018-10-19
| |
* | ghc-8.6.x: update hslua to latest version to fix the buildPeter Simons2018-10-19
| |
* | haskell-yesod-core: update version to fix the test suitePeter Simons2018-10-19
| |
* | ghc-8.6.x: HTF does not compilePeter Simons2018-10-19
| |
* | ghc-8.6.x: update overridesPeter Simons2018-10-19
| |
* | haskell-texmath: drop obsolete overridePeter Simons2018-10-19
| |
* | haskell-haddock-api: disable broken overridePeter Simons2018-10-19
| |
* | haskellPackages.hasktags: remove dontCheckJack Henahan2018-10-19
| | | | | | | | https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-19
| | | | | | | | | | This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/a013b656582fc57c01d671cef27c0aec2e7046cf.
* | haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2Will Fancher2018-10-18
|/
* Merge pull request #48564 from kadena-io/masterRyan Mulligan2018-10-17
|\ | | | | Add name parameter to developPackage
| * Update developPackage documentationDoug Beardsley2018-10-17
| |
| * Add name parameter to developPackageDoug Beardsley2018-10-16
| |
* | haskellPackages.language-nix: disable tests on aarch64.Drew Hess2018-10-15
| | | | | | | | | | | | | | | | | | | | The test suite fails on aarch64 with a linker error that looks suspiciously like this outstanding GHC issue: https://ghc.haskell.org/trac/ghc/ticket/15275 Note that this change also fixes the existing `isi686` check to conform to the new cross-compiling arch check.
* | haskellPackages.cryptonite: fix for aarch64.Drew Hess2018-10-15
| | | | | | | | | | | | This is a cherry-pick from upstream (see https://github.com/haskell-crypto/cryptonite/issues/234); there has been no upstream release since the fix was committed.
* | haskellPackages.cryptonite: re-enable tests.Drew Hess2018-10-15
|/ | | | | | | | | This has been fixed since cryptonite-0.7: https://github.com/haskell-crypto/cryptonite/issues/28 cryptonite is also no longer listed in expected-test-failures in Stackage.
* haskell-yesod-core: disable broken test suitePeter Simons2018-10-15
|
* git-annex: update sha256 hash for the new 6.20181011 versionPeter Simons2018-10-15
|
* cabal2nix: update overrides for latest yaml versionPeter Simons2018-10-15
|
* hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-15
| | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/15d56e428a051c01c0e7c5e516e76ff89bf88cdb.
* hackage2nix: disable failing Hydra buildsPeter Simons2018-10-15
|
* LTS Haskell 12.13Peter Simons2018-10-15
|
* Merge pull request #48015 from rnhmjoj/shell-conduitSilvan Mosberger2018-10-14
|\ | | | | haskellPackages.shell-conduit: fix build