mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-system-fileio: update to version 0.3.15
This commit is contained in:
parent
f435bf4863
commit
4c6a25569d
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "system-fileio";
|
||||
version = "0.3.14";
|
||||
sha256 = "1x5cricx2n1wwvdad4i3q8s3gb28a129v3kkj9rn9803xh43zh29";
|
||||
version = "0.3.15";
|
||||
sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi";
|
||||
buildDepends = [ systemFilepath text time ];
|
||||
testDepends = [
|
||||
chell systemFilepath temporary text time transformers
|
||||
|
|
Loading…
Reference in a new issue