Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Release 0.1.0 (#12)
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
rkaippully authored Aug 16, 2020
1 parent 3d929c0 commit 3a6c994
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions webgear-benchmarks/webgear-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ executable bench-users
, servant-server >=0.16 && <0.19
, scotty >=0.11.6 && <0.13
, webgear-server
ghc-options: -O2
-threaded
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N
-fwrite-ide-info
Expand Down
3 changes: 1 addition & 2 deletions webgear-examples/webgear-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ executable users
, http-types ==0.12.*
, tagged ==0.8.*
, webgear-server
ghc-options: -O2
-threaded
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N
-fwrite-ide-info
Expand Down
5 changes: 5 additions & 0 deletions webgear-server/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased changes

## [0.1.0] - 2020-08-16

### Added

- Support basic traits and middlewares
- Automated tests
- Documentation

[0.1.0]: https://github.com/rkaippully/webgear/compare/0.0.0...0.1.0
[Unreleased]: https://github.com/rkaippully/webgear/compare/0.1.0...HEAD
3 changes: 1 addition & 2 deletions webgear-server/webgear-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ common webgear-common
, http-api-data ==0.4.*
, aeson ==1.4.*
, tagged ==0.8.*
ghc-options: -O2
-fwrite-ide-info
ghc-options: -fwrite-ide-info
-hiedir=.hie
-Wall
-Wno-unticked-promoted-constructors
Expand Down

0 comments on commit 3a6c994

Please sign in to comment.