Version bump.

- Updated README
  - Fixed warning in src/Devel/Build.hs
This commit is contained in:
Njagi Mwaniki 2016-02-12 12:33:48 +03:00
parent 40b054598c
commit 1d2a0c8136
4 changed files with 26 additions and 7 deletions

View file

@ -22,3 +22,8 @@
- Build progress in the browser
- Pushed the resolver up to lts-5.2
- Fixed haddocks
- Fixed issue #16
### 12 Feb 2016
- Version bump 0.0.0.3
- Fixed issue #21

View file

@ -4,9 +4,19 @@
Development server for [WAI] compliant haskell web applications.
### Installation
#### From hackage
- stack install wai-devel
or
- cabal install wai-devel
#### From source
- cd wai-devel
- stack build
- stack install
or
- cd wai-devel
- cabal build
- cabal install
The wai-devel binary will now be in your ~/.local/bin you can use it freely.
@ -14,10 +24,13 @@ The wai-devel binary will now be in your ~/.local/bin you can use it freely.
### Usage
See the [wiki].
### Contributing
No contributing page yet. Just read the haddocks.
See the [wai-devel minimal reproduction in the wiki].
### Issues
Doesn't recompile on changes in Template Haskell files. Here is the [specific issue].
### Coming next
- Provide a dashboard page with compilation status, GC stats, and other such useful meta-information.
- Port to windows. This depends on ide-backend getting ported to Windows.
@ -26,3 +39,4 @@ Doesn't recompile on changes in Template Haskell files. Here is the [specific is
[WAI]: http://www.yesodweb.com/book/web-application-interface
[wiki]: https://github.com/urbanslug/wai-devel/wiki
[specific issue]: https://github.com/fpco/ide-backend/issues/313
[wai-devel minimal reproduction in the wiki]: https://github.com/urbanslug/wai-devel/wiki/Minimal-reproduction.

View file

@ -64,7 +64,7 @@ build buildFile runFunction watchDirectories isReverseProxy sessionConfig (fromP
let -- clearLog :: IORef [String] -> IO ()
clearLog = do
log' <- readIORef iStrLst
_ <- readIORef iStrLst
writeIORef iStrLst ([] :: [String])
case eitherSession of

View file

@ -1,5 +1,5 @@
name: wai-devel
version: 0.0.0.2
version: 0.0.0.3
synopsis: A web server for the development of WAI compliant web applications.
description: A development server for WAI applications.
homepage: https://github.com/urbanslug/wai-devel
@ -26,11 +26,11 @@ library
, Devel.Compile
, Devel.Types
, Devel.Build
-- Cabal generated modules.
-- , Paths_wai_devel
other-modules: Devel.Paths
, Devel.Modules
-- Cabal generated modules.
-- Note to self: If errors, move to exposed modules.
, Paths_wai_devel
-- other-extensions: