haskellPackages.reflex: Pin to < 0.9

This commit is contained in:
maralorn
2022-12-28 15:44:02 +01:00
parent e238c3fdaa
commit 4d1d526ca7
2 changed files with 44 additions and 0 deletions
@@ -86,6 +86,8 @@ default-package-overrides:
# hnix < 0.17 (unreleased) needs hnix-store-* 0.5.*
- hnix-store-core == 0.5.0.0 # 2022-06-17: Until hnix 0.17
- hnix-store-remote == 0.5.0.0 # 2022-06-17: Until hnix 0.17
# reflex-dom-core 0.7.0.2 has no reflex 0.9 compatible release and most likely most people will want to use them together
- reflex < 0.9.0.0
extra-packages:
- Cabal == 2.2.* # required for jailbreak-cabal etc.
+42
View File
@@ -238944,6 +238944,47 @@ self: {
}) {};
"reflex" = callPackage
({ mkDerivation, base, bifunctors, commutative-semigroups, comonad
, constraints, constraints-extras, containers, criterion
, data-default, deepseq, dependent-map, dependent-sum, directory
, exception-transformers, filemanip, filepath, haskell-src-exts
, haskell-src-meta, hlint, hspec, lens, loch-th, MemoTrie, mmorph
, monad-control, monoidal-containers, mtl, patch, prim-uniq
, primitive, process, proctest, profunctors, random, ref-tf
, reflection, semialign, semigroupoids, split, stm, syb
, template-haskell, text, these, these-lens, time, transformers
, unbounded-delays, witherable
}:
mkDerivation {
pname = "reflex";
version = "0.8.2.2";
sha256 = "1add5bcsyq2k02w2q0ifbyfcvcic1hmjdbgxg8ajd5riam0lhb16";
libraryHaskellDepends = [
base bifunctors commutative-semigroups comonad constraints
constraints-extras containers data-default dependent-map
dependent-sum exception-transformers haskell-src-exts
haskell-src-meta lens MemoTrie mmorph monad-control
monoidal-containers mtl patch prim-uniq primitive profunctors
random ref-tf reflection semialign semigroupoids stm syb
template-haskell these time transformers unbounded-delays
witherable
];
testHaskellDepends = [
base bifunctors commutative-semigroups constraints
constraints-extras containers deepseq dependent-map dependent-sum
directory filemanip filepath hlint hspec lens monoidal-containers
mtl patch proctest ref-tf semialign split text these these-lens
transformers witherable
];
benchmarkHaskellDepends = [
base containers criterion deepseq dependent-map dependent-sum
loch-th mtl primitive process ref-tf split stm time transformers
];
description = "Higher-order Functional Reactive Programming";
license = lib.licenses.bsd3;
}) {};
"reflex_0_9_0_0" = callPackage
({ mkDerivation, base, bifunctors, commutative-semigroups, comonad
, constraints, constraints-extras, containers, criterion
, data-default, deepseq, dependent-map, dependent-sum, directory
@@ -238982,6 +239023,7 @@ self: {
];
description = "Higher-order Functional Reactive Programming";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"reflex-animation" = callPackage