diff --git a/miso-ghc.nix b/miso-ghc.nix index e57fb931..f4f22695 100644 --- a/miso-ghc.nix +++ b/miso-ghc.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.4.0"; + version = "0.1.5.0"; src = ./.; isLibrary = true; isExecutable = true; @@ -11,6 +11,6 @@ mkDerivation { aeson base bytestring containers lucid text vector BoundedChan ]; homepage = "http://github.com/dmjio/miso"; - description = "Haskell front-end framework"; + description = "A tasty Haskell front-end framework"; license = stdenv.lib.licenses.bsd3; } diff --git a/miso-ghcjs.nix b/miso-ghcjs.nix index 398714ee..bc755589 100644 --- a/miso-ghcjs.nix +++ b/miso-ghcjs.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "miso"; - version = "0.1.4.0"; + version = "0.1.5.0"; src = ./.; isLibrary = true; isExecutable = true; @@ -15,6 +15,6 @@ mkDerivation { http-types http-api-data BoundedChan ]; homepage = "http://github.com/dmjio/miso"; - description = "Haskell front-end framework"; + description = "A tasty Haskell front-end framework"; license = stdenv.lib.licenses.bsd3; } diff --git a/miso.cabal b/miso.cabal index b78800cd..3a0bcbc4 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 0.1.4.0 +version: 0.1.5.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE