mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
haskell-system-fileio: update to version 0.3.15
This commit is contained in:
parent
f435bf4863
commit
4c6a25569d
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "system-fileio";
|
pname = "system-fileio";
|
||||||
version = "0.3.14";
|
version = "0.3.15";
|
||||||
sha256 = "1x5cricx2n1wwvdad4i3q8s3gb28a129v3kkj9rn9803xh43zh29";
|
sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi";
|
||||||
buildDepends = [ systemFilepath text time ];
|
buildDepends = [ systemFilepath text time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
chell systemFilepath temporary text time transformers
|
chell systemFilepath temporary text time transformers
|
||||||
|
|
Loading…
Reference in a new issue