Skip to content

Commit

Permalink
Release 0.8.6b1
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulmutt committed Aug 19, 2018
1 parent 348b984 commit 9c70c31
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eta-serv/eta-serv.cabal
@@ -1,7 +1,7 @@
name: eta-serv
-- @VERSION_CHANGE@
-- @BUILD_NUMBER@
version: 0.8.4.1
version: 0.8.6.1
license: BSD3
license-file: LICENSE
maintainer: typeleadhq@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion eta.cabal
@@ -1,7 +1,7 @@
name: eta
-- @VERSION_CHANGE@
-- @BUILD_NUMBER@
version: 0.8.4.1
version: 0.8.6.1
description: Modern Haskell on the JVM
license: BSD3
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion libraries/eta-boot-meta/eta-boot-meta.cabal
@@ -1,6 +1,6 @@
name: eta-boot-meta
-- @VERSION_CHANGE@
version: 0.8.4
version: 0.8.6
license: BSD3
license-file: LICENSE
category: Boot Library
Expand Down
2 changes: 1 addition & 1 deletion libraries/eta-boot/eta-boot.cabal
@@ -1,6 +1,6 @@
name: eta-boot
-- @VERSION_CHANGE@
version: 0.8.4
version: 0.8.6
license: BSD3
license-file: LICENSE
category: Boot Library
Expand Down
2 changes: 1 addition & 1 deletion libraries/eta-meta/eta-meta.cabal
@@ -1,5 +1,5 @@
name: eta-meta
version: 0.8.4.1
version: 0.8.6.1
license: BSD3
license-file: LICENSE
category: Metaprogamming
Expand Down
2 changes: 1 addition & 1 deletion libraries/eta-repl/eta-repl.cabal
@@ -1,7 +1,7 @@
name: eta-repl
-- @VERSION_CHANGE@
-- @BUILD_NUMBER@
version: 0.8.4.1
version: 0.8.6.1
license: BSD3
license-file: LICENSE
category: Eta Tools
Expand Down
Expand Up @@ -6,6 +6,6 @@ public RuntimeInternalError(String message) {
// @VERSION_CHANGE@
// @BUILD_NUMBER@
// @BUILD_NUMBER_INTERNAL@
super("\n[Eta v0.8.4b1] " + message + "\nPlease report this as a bug: https://github.com/typelead/eta/issues");
super("\n[Eta v0.8.6b1] " + message + "\nPlease report this as a bug: https://github.com/typelead/eta/issues");
}
}
2 changes: 1 addition & 1 deletion utils/eta-pkg/eta-pkg.cabal
Expand Up @@ -2,7 +2,7 @@ name: eta-pkg
-- @VERSION_CHANGE@
-- @BUILD_NUMBER@
-- @BUILD_NUMBER_INTERNAL@
version: 0.8.4.1
version: 0.8.6.1
copyright: XXX
license: BSD3
-- XXX License-File: LICENSE
Expand Down

0 comments on commit 9c70c31

Please sign in to comment.