Skip to content

Commit

Permalink
bump hedgehog
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Jul 25, 2024
1 parent c7dfe70 commit 92c1fd5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ops/managed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};
hedgehog = {
lower = "1.1";
upper = "1.5";
upper = "1.6";
};
incipit-base = {
lower = "0.5.0.0";
Expand Down Expand Up @@ -44,7 +44,7 @@
base = "4.19.1.0";
criterion = "1.6.3.0";
ghc = "9.8.2";
hedgehog = "1.4";
hedgehog = "1.5";
incipit-base = "0.6.0.0";
parsec = "3.1.17.0";
tasty = "1.5";
Expand Down Expand Up @@ -76,6 +76,10 @@
};
overrides = {
latest = {
hedgehog = {
version = "1.5";
hash = "1hz8xrg5p6vplvcj8c7pgidqnwqjmqahs9dla50nqpbcbdh932ll";
};
incipit-base = {
version = "0.6.0.0";
hash = "1hck35yfy0dcgimgnd90w02zvv7x7k456bljrbx2mwxalnhav9gf";
Expand Down
33 changes: 33 additions & 0 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@ ghc98 = {
hls = {
};
latest = {
hedgehog = {
meta = {
sha256 = "1hz8xrg5p6vplvcj8c7pgidqnwqjmqahs9dla50nqpbcbdh932ll";
ver = "1.5";
};
drv = { mkDerivation, ansi-terminal, async, barbies, base, bytestring
, concurrent-output, containers, deepseq, directory, erf
, exceptions, lib, lifted-async, mmorph, monad-control, mtl
, pretty-show, primitive, random, resourcet, safe-exceptions, stm
, template-haskell, text, time, transformers, transformers-base
, wl-pprint-annotated
}:
mkDerivation {
pname = "hedgehog";
version = "1.5";
src = /nix/store/asphc2qzd1cykd892r5fnhflbd8cwana-source;
libraryHaskellDepends = [
ansi-terminal async barbies base bytestring concurrent-output
containers deepseq directory erf exceptions lifted-async mmorph
monad-control mtl pretty-show primitive random resourcet
safe-exceptions stm template-haskell text time transformers
transformers-base wl-pprint-annotated
];
testHaskellDepends = [
base containers mmorph mtl pretty-show text transformers
];
homepage = "https://hedgehog.qa";
description = "Release with confidence";
license = lib.licenses.bsd3;
}
;
}
;
incipit-base = {
meta = {
sha256 = "1hck35yfy0dcgimgnd90w02zvv7x7k456bljrbx2mwxalnhav9gf";
Expand Down
2 changes: 1 addition & 1 deletion packages/exon/exon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test-suite exon-test
build-depends:
base >=4.16.4.0 && <4.20
, exon
, hedgehog >=1.1 && <1.5
, hedgehog >=1.1 && <1.6
, incipit-base >=0.5.0.0 && <0.7
, tasty >=1.4.0.3 && <1.6
, tasty-hedgehog >=1.1.0.0 && <1.5
Expand Down

0 comments on commit 92c1fd5

Please sign in to comment.