From 1593151dd10f26c14dd2cf7cea3489f27a6d8f58 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 25 Sep 2017 16:54:16 +0000 Subject: [PATCH] Bump to 0.8.0.0 --- miso-ghc.nix | 2 +- miso-ghcjs.nix | 2 +- miso.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/miso-ghc.nix b/miso-ghc.nix index 75adedf3..afa2b73a 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.8.0"; + version = "0.8.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 1ed5da07..491604ea 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.7.8.0"; + version = "0.8.0.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/miso.cabal b/miso.cabal index e9b1bfc6..e949a4a4 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.7.8.0 +version: 0.8.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE