mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-intervals: update to version 0.7
This commit is contained in:
parent
0b3100322e
commit
5f45cc48c5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "intervals";
|
||||
version = "0.4.2";
|
||||
sha256 = "08l7q22rlhyigls1qksf7lnb7g1yrkmdh9clq68xxaf6wzm26aaz";
|
||||
version = "0.7";
|
||||
sha256 = "00kwq57x72xi5kca7symb98nzs1j82r6bkgvr83aqpvq0ql9ka9d";
|
||||
buildDepends = [ distributive ];
|
||||
testDepends = [ doctest filepath ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue