Skip to content

Commit 0ae475d

Browse files
committed
bump version
1 parent 4817a69 commit 0ae475d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ drv = pkgs.haskellPackages.developPackage {
4343
modifier = drv: pkgs.haskell.lib.overrideCabal drv (attrs: {
4444
buildTools = (attrs.buildTools or []) ++ [
4545
pkgs.wabt
46+
pkgs.haskellPackages.cabal-install
4647
];
4748

4849
passthru = {

winter.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Cabal-Version: 2.2
22
Name: winter
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Synopsis: Haskell port of the WebAssembly OCaml reference interpreter
55
License: MIT
66
License-file: LICENSE
7-
Copyright: 2018-2019 DFINITY Stiftung
7+
Copyright: 2018-2021 DFINITY Stiftung
88
Author: Enzo Haussecker <enzo@dfinity.org>, John Wiegley <john@dfinity.org>
99
Maintainer: Enzo Haussecker <enzo@dfinity.org>, John Wiegley <john@dfinity.org>
1010
Stability: Experimental

0 commit comments

Comments
 (0)