Skip to content

Commit

Permalink
bump path-io
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 1, 2023
1 parent cc78c5b commit 019426f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 93 deletions.
2 changes: 1 addition & 1 deletion lib/console.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{lib, ...}: let
{...}: let

indentLine = l: " " + l;

Expand Down
4 changes: 2 additions & 2 deletions local.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hix.pro ({config, lib, ...}: {
"lens-regex-pcre ^>= 1.1"
"optparse-applicative ^>= 0.17"
"path ^>= 0.9"
"path-io ^>= 1.7"
"path-io >= 1.7 && < 1.9"
"random ^>= 1.2"
"transformers"
"unix"
Expand All @@ -74,7 +74,7 @@ hix.pro ({config, lib, ...}: {
"exon ^>= 1.4"
"hedgehog >= 1.1 && < 1.3"
"path ^>= 0.9"
"path-io ^>= 1.7"
"path-io >= 1.7 && < 1.9"
"tasty ^>= 1.4"
"tasty-hedgehog >= 1.3 && < 1.5"
"transformers"
Expand Down
88 changes: 0 additions & 88 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,6 @@ mkDerivation {
}
;
}
;
incipit-base = {
meta = {
sha256 = "02fdppamn00m94xqi4zhm6sl1ndg6lhn24m74w24pq84h44mynl6";
ver = "0.5.0.0";
};
drv = { mkDerivation, base, bytestring, containers, data-default, lib
, stm, text
}:
mkDerivation {
pname = "incipit-base";
version = "0.5.0.0";
src = /nix/store/yldscjmkq00j24nprzf6h950v7n33hp1-source;
libraryHaskellDepends = [
base bytestring containers data-default stm text
];
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy – Base Reexports";
license = "BSD-2-Clause-Patent";
}
;
}
;
};
ghc92 = {
Expand Down Expand Up @@ -141,28 +119,6 @@ mkDerivation {
}
;
}
;
incipit-base = {
meta = {
sha256 = "02fdppamn00m94xqi4zhm6sl1ndg6lhn24m74w24pq84h44mynl6";
ver = "0.5.0.0";
};
drv = { mkDerivation, base, bytestring, containers, data-default, lib
, stm, text
}:
mkDerivation {
pname = "incipit-base";
version = "0.5.0.0";
src = /nix/store/yldscjmkq00j24nprzf6h950v7n33hp1-source;
libraryHaskellDepends = [
base bytestring containers data-default stm text
];
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy – Base Reexports";
license = "BSD-2-Clause-Patent";
}
;
}
;
};
ghc94 = {
Expand Down Expand Up @@ -224,28 +180,6 @@ mkDerivation {
}
;
}
;
incipit-base = {
meta = {
sha256 = "02fdppamn00m94xqi4zhm6sl1ndg6lhn24m74w24pq84h44mynl6";
ver = "0.5.0.0";
};
drv = { mkDerivation, base, bytestring, containers, data-default, lib
, stm, text
}:
mkDerivation {
pname = "incipit-base";
version = "0.5.0.0";
src = /nix/store/yldscjmkq00j24nprzf6h950v7n33hp1-source;
libraryHaskellDepends = [
base bytestring containers data-default stm text
];
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy – Base Reexports";
license = "BSD-2-Clause-Patent";
}
;
}
;
};
hls = {
Expand Down Expand Up @@ -309,28 +243,6 @@ mkDerivation {
}
;
}
;
incipit-base = {
meta = {
sha256 = "02fdppamn00m94xqi4zhm6sl1ndg6lhn24m74w24pq84h44mynl6";
ver = "0.5.0.0";
};
drv = { mkDerivation, base, bytestring, containers, data-default, lib
, stm, text
}:
mkDerivation {
pname = "incipit-base";
version = "0.5.0.0";
src = /nix/store/yldscjmkq00j24nprzf6h950v7n33hp1-source;
libraryHaskellDepends = [
base bytestring containers data-default stm text
];
homepage = "https://github.com/tek/incipit-core#readme";
description = "A Prelude for Polysemy – Base Reexports";
license = "BSD-2-Clause-Patent";
}
;
}
;
};
}
4 changes: 2 additions & 2 deletions packages/hix/hix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ library
, lens-regex-pcre ==1.1.*
, optparse-applicative ==0.17.*
, path ==0.9.*
, path-io ==1.7.*
, path-io >=1.7 && <1.9
, random ==1.2.*
, transformers
, unix
Expand Down Expand Up @@ -215,7 +215,7 @@ test-suite hix-test
, hix
, incipit-base ==0.5.*
, path ==0.9.*
, path-io ==1.7.*
, path-io >=1.7 && <1.9
, tasty ==1.4.*
, tasty-hedgehog >=1.3 && <1.5
, transformers
Expand Down

0 comments on commit 019426f

Please sign in to comment.