We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4817a69 commit 0ae475dCopy full SHA for 0ae475d
2 files changed
default.nix
@@ -43,6 +43,7 @@ drv = pkgs.haskellPackages.developPackage {
43
modifier = drv: pkgs.haskell.lib.overrideCabal drv (attrs: {
44
buildTools = (attrs.buildTools or []) ++ [
45
pkgs.wabt
46
+ pkgs.haskellPackages.cabal-install
47
];
48
49
passthru = {
winter.cabal
@@ -1,10 +1,10 @@
1
Cabal-Version: 2.2
2
Name: winter
3
-Version: 1.0.0
+Version: 1.1.0
4
Synopsis: Haskell port of the WebAssembly OCaml reference interpreter
5
License: MIT
6
License-file: LICENSE
7
-Copyright: 2018-2019 DFINITY Stiftung
+Copyright: 2018-2021 DFINITY Stiftung
8
Author: Enzo Haussecker <enzo@dfinity.org>, John Wiegley <john@dfinity.org>
9
Maintainer: Enzo Haussecker <enzo@dfinity.org>, John Wiegley <john@dfinity.org>
10
Stability: Experimental
0 commit comments