Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Mar 26, 2020
1 parent 2f97a6f commit 0581e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ let
ghc = pkgs.haskell.packages.${compiler}.override { inherit overrides; };
language-ecmascript = ghc.callCabal2nix "language-ecmascript" ./. {};
in
with pkgs.haskell.lib;
{
inherit language-ecmascript;
inherit pkgs;
release = sdistTarball language-ecmascript;
}
2 changes: 1 addition & 1 deletion language-ecmascript.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: language-ecmascript
Version: 0.19.0.1
Version: 0.19.1.0
Cabal-Version: >= 1.12
Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu,
(c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2020 Andrey Chudnov
Expand Down

0 comments on commit 0581e65

Please sign in to comment.