haskellPackages.Euterpea: fix build, unbreak

Build is failing due to too restrictive version constraints which were
the only thing needing fixing.

authored by

sternenseemann and committed by
Peter Simons
3359dca0 86e2dd2c

+6 -1
+6
pkgs/development/haskell-modules/configuration-common.nix
··· 592 592 elm-server = markBroken super.elm-server; 593 593 elm-yesod = markBroken super.elm-yesod; 594 594 595 + # https://github.com/Euterpea/Euterpea2/issues/40 596 + Euterpea = appendPatch super.Euterpea (pkgs.fetchpatch { 597 + url = "https://github.com/Euterpea/Euterpea2/pull/38.patch"; 598 + sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0"; 599 + }); 600 + 595 601 # https://github.com/athanclark/sets/issues/2 596 602 sets = dontCheck super.sets; 597 603
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 4510 4510 - eths-rlp 4511 4511 - euphoria 4512 4512 - eurofxref 4513 - - Euterpea 4514 4513 - eve 4515 4514 - eve-cli 4516 4515 - event