Peter Simons
ad62b57855
haskell-cabal-plan: drop obsolete patches
2020-06-05 21:58:25 +02:00
Anton-Latukha
e47b8f693c
pandoc: update the note why dontCheck
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
45e5b8e3fc
generic-lens: change upstream report link to relevant
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
9acb30e053
haddock-library{,_1_9_0}: rm no longer relevant note
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
d7f19c0541
haddock-library_1_9_0: enable deps and checks, they are fine
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
eb0f423dde
haddock-library: enable deps and checks, they are fine
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
cec3c91aeb
dhall-json: rm upstream issue link, no loner relevant
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
0cba266e8a
dhall-json: enable check
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
c07cca0a27
dhall: document proposed idea upstream to solve dontCheck
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
c9b67ee802
hnix: rm from broken-packages
...
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2020-06-05 21:58:25 +02:00
Anton-Latukha
c93c036712
hnix: rm doJailbreak
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
5bc71945ff
rm these_0_7_6, no longer used package version
...
Was require by old hnix version.
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
2020-06-05 21:58:25 +02:00
Anton-Latukha
b5c47f26a7
hnix: rm these
override, package requires these >= 1.0.2
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
9ea54ac611
hnix: add documentation why dontCheck
...
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Anton-Latukha
5ae40a29ff
hnix: rm no longer relevant comments
...
Cleaning up old comments that do not hold.
M pkgs/development/haskell-modules/configuration-common.nix
2020-06-05 21:58:25 +02:00
Malte Brandy
4e67e3da06
ghc.withPackages: Add wrapper for ghcide
2020-06-05 21:58:25 +02:00
Peter Simons
cba12133a6
haskell-src-exts-simple: update overrides for the new version
2020-06-05 21:58:25 +02:00
Domen Kožar
2685baf973
cachix: enable tests
2020-06-05 21:58:25 +02:00
Malte Brandy
83b91ab712
haskellPackages.ghcide: 0.1.0 -> 0.2.0 (fix build)
...
I decided to leave haskell-lsp and haskell-lsp-types as extra packages,
because they will get bumped before the next ghcide release, and then
the version pinned by ghcide would be missing again.
2020-06-05 21:58:24 +02:00
Poscat
b07611b5c5
Unbreak qtah
2020-06-05 21:58:24 +02:00
Mike Sperber
82a286599e
tensorflow-haskell: Remove tensorflow-mnist
...
Its tensorflow-mnist-data dependency is not on Hackage, and the
license conditions for the data are unclear. Also, it's basically an
example package.
2020-06-05 21:58:24 +02:00
(cdep)illabout
8ede33f9b9
haskellPackages.hlint: fix evaluation problems
2020-06-05 21:58:24 +02:00
Peter Simons
77c1da151b
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-7-gcb43579 from Hackage revision
7cab21f4db
.
2020-06-05 21:58:15 +02:00
Peter Simons
351947c6a3
hackage2nix: update list of broken packages to fix evaluation
2020-06-05 21:56:22 +02:00
Peter Simons
e3a2247046
LTS Haskell 15.15
2020-06-05 21:56:22 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Mario Rodas
a03e048348
haskellPackages.cachix: dontCheck
2020-05-31 11:00:00 -05:00
Soares Chen
32d2de8e00
haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
...
`with-packages-wrapper.nix` has a hack to workaround the linker limit
in MacOS Sierra. However that is now broken with GHC 8.8, because of
slight change in the format of the package config.
In short, the package config produced by GHC 8.8 has a new line between
the key and list of values, while earlier versions have them separated
by a single space.
This PR fixes the linker hack by modifying the `grep` and `sed` commands
to pattern match on either space or new line, so that the hack can work
on all versions of GHC.
2020-05-29 22:28:47 +02:00
Joe Hermaszewski
53594c65ce
haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation
2020-05-29 22:28:47 +02:00
Peter Simons
4b2b6ce65e
idris: drop obsolete overrides for the new 1.3.3 version
...
The test suite still fails because of all kinds of implicit assumptions that
are wrong in our build environment. For example, the test suite can't just call
"idris" and expect that executable to be in $PATH.
2020-05-29 22:28:47 +02:00
Peter Simons
a079858747
git-annex: don't update to version 8.20200522 yet to avoid test suite failures
2020-05-29 22:28:47 +02:00
Peter Simons
eb1e07865e
haskell-devtools: break infinite recursion with mprelude
2020-05-29 22:28:47 +02:00
Peter Simons
5244ef40ce
haskell-dhall: configure overrides for the newly added 0.32.0 version
2020-05-29 22:28:47 +02:00
Malte Brandy
6d8175075e
haskellPackages.shh: Disable tests
2020-05-29 22:28:47 +02:00
Peter Simons
fbc0845f28
haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond
2020-05-29 22:28:47 +02:00
Peter Simons
330227bc6c
haskell-extra: update overrides for the new version
2020-05-29 22:28:47 +02:00
Peter Simons
995bdd4c85
haskell-ghc-lib-parser: fix overrides for the new release
2020-05-29 22:28:46 +02:00
Aycan Irican
accaa8790c
guid: fix compilation of Setup.hs and disable tests
...
guid: fix compilation of Setup.hs and disable tests
Add more docs
Remove guid from broken-packages
2020-05-29 22:28:46 +02:00
Christoph Bauer
d895bad12a
Fix dependencies issues of postgresql-syntax and re+base
2020-05-29 22:28:46 +02:00
Mike Sperber
41786ec21f
Update tensorflow-haskell dependencies.
...
Updating to the current HEAD of the Tensorflow-Haskell bindings allows
us to also update the dependencies, specifically proto-lens, and avoid
having to retain their outdated versions.
2020-05-29 22:28:46 +02:00
Peter Simons
5c3eab8a97
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
5f32599b70
.
2020-05-29 22:28:46 +02:00
Peter Simons
05ba8c56cb
hackage2nix.yaml: update list of broken builds
2020-05-29 22:28:38 +02:00
Peter Simons
496fad525b
hackage2nix.yaml: cabal-fmt now has a maintainer
2020-05-29 22:23:47 +02:00
Malte Brandy
80cc18ac32
haskellPackages.shh: Mark unbroken
2020-05-29 22:16:02 +02:00
Malte Brandy
e9b611352f
configuration-hackage2nix: Add maralorn as a maintainer for a number of haskellPackages
2020-05-29 22:16:02 +02:00
Markus Hauck
368364fbaa
Unbreak amazonka-dynamodb
2020-05-29 22:16:02 +02:00
Gabriel Volpe
678e947b88
haskellPackages.dhall-lsp-server: unbreak
2020-05-29 22:16:02 +02:00
Manuel Bärenz
9a302dffc8
rhine, rhine-gloss: Remove broken marker
2020-05-29 22:16:02 +02:00
Poscat
44e8c5c0b8
haskellPackages.vulkan: unbreak
2020-05-29 22:16:02 +02:00
pacien
b2e0f05b6b
haskellPackages.tart: unmark as broken
...
Dependency issues for this package have been fixed in the latest release.
See https://github.com/jtdaugherty/tart/issues/10
2020-05-29 22:16:01 +02:00