haskell-skein: update to version 1.0.0

This commit is contained in:
Peter Simons 2013-04-01 17:18:48 +02:00
parent fe1dde269c
commit c7ac797b5c
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "skein"; pname = "skein";
version = "0.1.0.12"; version = "1.0.0";
sha256 = "1nx0ad0y7zmljc7phwin2aph6frs70hvz3di8q52kzpi5m1h3g3a"; sha256 = "03r9kqbvv6z1d8ivdwrxvac5bnd29w116pbixyrcrbx0sg1wwpfa";
buildDepends = [ cereal cryptoApi tagged ]; buildDepends = [ cereal cryptoApi tagged ];
testDepends = [ cereal cryptoApi filepath hspec tagged ]; testDepends = [ cereal cryptoApi filepath hspec tagged ];
meta = { meta = {