haskellPackages.reflex-dom-core: Fix build by pinning patch
This commit is contained in:
parent
d79785deed
commit
0e87f1f5aa
@ -130,6 +130,9 @@ default-package-overrides:
|
||||
- polysemy-resume < 0.1.0.2
|
||||
- polysemy-conc < 0.5
|
||||
- polysemy-mocks < 0.2
|
||||
# Pinning patch because it is mainly used by the reflex-frp ecosystem which is not yet compatible with it.
|
||||
# https://github.com/reflex-frp/reflex-dom/issues/431
|
||||
- patch < 0.0.5.0
|
||||
|
||||
extra-packages:
|
||||
- base16-bytestring < 1 # required for cabal-install etc.
|
||||
|
@ -207047,6 +207047,26 @@ self: {
|
||||
}) {};
|
||||
|
||||
"patch" = callPackage
|
||||
({ mkDerivation, base, constraints-extras, containers
|
||||
, dependent-map, dependent-sum, directory, filemanip, filepath
|
||||
, hlint, lens, monoidal-containers, semialign, semigroupoids, these
|
||||
, transformers, witherable
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "patch";
|
||||
version = "0.0.4.0";
|
||||
sha256 = "02hdhgk7wwcnq7aahbaqx5zzlha6mq6lj0mw57phj3ykmca0zggc";
|
||||
libraryHaskellDepends = [
|
||||
base constraints-extras containers dependent-map dependent-sum lens
|
||||
monoidal-containers semialign semigroupoids these transformers
|
||||
witherable
|
||||
];
|
||||
testHaskellDepends = [ base directory filemanip filepath hlint ];
|
||||
description = "Data structures for describing changes to other data structures";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"patch_0_0_5_1" = callPackage
|
||||
({ mkDerivation, base, constraints-extras, containers
|
||||
, dependent-map, dependent-sum, directory, filemanip, filepath
|
||||
, hedgehog, hlint, HUnit, lens, monoidal-containers, semialign
|
||||
@ -207066,6 +207086,7 @@ self: {
|
||||
];
|
||||
description = "Data structures for describing changes to other data structures";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"patch-combinators" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user