Skip to content

Commit

Permalink
Update version note
Browse files Browse the repository at this point in the history
  • Loading branch information
spinda committed Apr 6, 2016
1 parent 0e9a77e commit f862c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ During the post-build phase, the hook will check whether this flag is enabled
and, if it is, will run the LiquidHaskell binary with the appropriate command
line arguments and your package's source files. This assumes, of course, that
the LiquidHaskell binary is installed and available in `$PATH` (please make
sure you have the latest stable version installed).
sure you have a version >= 0.6.0.0 installed).

Via stack, this flag can be enabled on the fly with
`--flag <package name>:liquidhaskell`; for example:
Expand Down
2 changes: 1 addition & 1 deletion src/LiquidHaskell/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-- enabled and, if it is, will run the LiquidHaskell binary with the
-- appropriate command line arguments and your package's source files. This
-- assumes, of course, that the LiquidHaskell binary is installed and available
-- in @$PATH@ (please make sure you have the latest stable version installed).
-- in @$PATH@ (please make sure you have a version >= 0.6.0.0 installed).
--
-- Via stack, this flag can be enabled on the fly with
-- @--flag <package name>:liquidhaskell@; for example:
Expand Down

0 comments on commit f862c3e

Please sign in to comment.