haskell-storable-record: update to version 0.0.3
This commit is contained in:
parent
d0c41893b6
commit
3be3743e3c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "storable-record";
|
pname = "storable-record";
|
||||||
version = "0.0.2.5";
|
version = "0.0.3";
|
||||||
sha256 = "078vwwcr47d3dmzkhxr7ggjkq9d5rnxv4z8p049kdnmzfbcmisn3";
|
sha256 = "1mv2s4r7dqkl2fy0wjnywyr2zi2g53nkn0z72mgr8drkzdszzxx1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ transformers utilityHt ];
|
buildDepends = [ transformers utilityHt ];
|
||||||
|
|
Loading…
Reference in a new issue