Skip to content

Commit

Permalink
Merge pull request #83810 from rnhmjoj/haskell-updates
Browse files Browse the repository at this point in the history
haskellPackages.pandoc-crossref: fix build and more
  • Loading branch information
rnhmjoj committed Mar 31, 2020
2 parents e50eabe + 835cac8 commit 01b7fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ self: super: {
optional = dontCheck super.optional;
orgmode-parse = dontCheck super.orgmode-parse;
os-release = dontCheck super.os-release;
pandoc-crossref = dontCheck super.pandoc-crossref; # (most likely change when no longer 0.3.2.1) https://github.com/lierdakil/pandoc-crossref/issues/199
persistent-redis = dontCheck super.persistent-redis;
pipes-extra = dontCheck super.pipes-extra;
pipes-websockets = dontCheck super.pipes-websockets;
Expand Down Expand Up @@ -1193,10 +1192,10 @@ self: super: {
});

# Remove unecessary constraint:
# https://github.com/agrafix/superbuffer/pull/2
superbuffer = overrideCabal super.superbuffer (drv: {
# https://github.com/haskell-infra/hackage-trustees/issues/258
data-accessor-template = overrideCabal super.data-accessor-template (drv: {
postPatch = ''
sed -i 's#QuickCheck < 2.10#QuickCheck < 2.13#' superbuffer.cabal
sed -i 's#template-haskell >=2.11 && <2.15#template-haskell#' data-accessor-template.cabal
'';
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3991,7 +3991,6 @@ broken-packages:
- dash-haskell
- data-accessor-monads-fd
- data-accessor-monads-tf
- data-accessor-template
- data-aviary
- data-base
- data-basic
Expand Down Expand Up @@ -8037,7 +8036,6 @@ broken-packages:
- pam
- pan-os-syslog
- panda
- pandoc-crossref
- pandoc-emphasize-code
- pandoc-filter-graphviz
- pandoc-include
Expand Down

0 comments on commit 01b7fcb

Please sign in to comment.