haskell-safe: update to 0.3.8
This commit is contained in:
parent
d98235d4be
commit
4fc09cc891
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "safe";
|
pname = "safe";
|
||||||
version = "0.3.7";
|
version = "0.3.8";
|
||||||
sha256 = "0rw8mjarwl7rwc6fczq0zxlp1nlb6r1rk71whwziwi032hgc8561";
|
sha256 = "0k5lk85z2y8kgk7dx7km32g8vi55vnwln8ys2gs174ljd136cjdf";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://community.haskell.org/~ndm/safe/";
|
homepage = "http://community.haskell.org/~ndm/safe/";
|
||||||
description = "Library of safe (exception free) functions";
|
description = "Library of safe (exception free) functions";
|
||||||
|
|
Loading…
Reference in New Issue