1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-Boolean: update to version 0.2.3

This commit is contained in:
Peter Simons 2014-10-12 18:01:04 +02:00
parent b2a93071f6
commit e08054d1b6

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "Boolean";
version = "0.2.2";
sha256 = "1awi9ff2gb9gddalzn2hgp8klvcsizicqpd7xb5fds5j3278qrdz";
version = "0.2.3";
sha256 = "1lsm06y7hgjp9qmlr6csf24x3wgna7sbf8dgh6sfl2rhs7fn8kgn";
meta = {
description = "Generalized booleans and numbers";
license = self.stdenv.lib.licenses.bsd3;