Skip to content

Commit

Permalink
Merge pull request #180 from dmjio/version-bump
Browse files Browse the repository at this point in the history
Bump to 0.1.5.0
  • Loading branch information
dmjio authored Jul 11, 2017
2 parents da041fc + 9a8c19e commit e71aa15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions miso-ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
}:
mkDerivation {
pname = "miso";
version = "0.1.4.0";
version = "0.1.5.0";
src = ./.;
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
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;
}
4 changes: 2 additions & 2 deletions miso-ghcjs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "miso";
version = "0.1.4.0";
version = "0.1.5.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand All @@ -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;
}
2 changes: 1 addition & 1 deletion miso.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e71aa15

Please sign in to comment.