Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Apr 2, 2017
1 parent 82e2d03 commit e4ff177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: purescript
version: '0.11.1'
version: '0.11.2'
synopsis: PureScript Programming Language Compiler
description: A small strongly, statically typed programming language with expressive
types, inspired by Haskell and compiling to JavaScript.
Expand Down
3 changes: 2 additions & 1 deletion purescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack

name: purescript
version: 0.11.1
version: 0.11.2
cabal-version: >= 1.10
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -305,6 +305,7 @@ extra-source-files:
examples/passing/2695.purs
examples/passing/2756.purs
examples/passing/2787.purs
examples/passing/2795.purs
examples/passing/652.purs
examples/passing/810.purs
examples/passing/862.purs
Expand Down

0 comments on commit e4ff177

Please sign in to comment.