1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-cpu: update to version 0.1.2

This commit is contained in:
Peter Simons 2013-11-12 11:16:02 +01:00
parent 829b29153b
commit 4441ae7424

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cpu";
version = "0.1.1";
sha256 = "0ygkxx8ksa0rh63569d3g0w8pzgwg6062sd4yyi3q646zcmryhj6";
version = "0.1.2";
sha256 = "0x19mlanmkg96h6h1i04w2i631z84y4rbk22ki4zhgsajysgw9sn";
isLibrary = true;
isExecutable = true;
meta = {