Skip to content

Commit

Permalink
small fixes to prepare for hackage release
Browse files Browse the repository at this point in the history
  • Loading branch information
bflyblue committed Apr 20, 2021
1 parent d30d90f commit 260b189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Dev env is based on [Nix](https://nixos.org) and [Niv](https://github.com/nmatti

To enter the dev shell, run
```bash

nix-shell
```

Expand Down
5 changes: 4 additions & 1 deletion servant-event-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ stability: alpha

synopsis: Servant support for Server-Sent events
category: Servant, Web
-- description:
description: This library adds necessary type combinators to support
Server Sent Events within Servant ecosystem.

homepage: https://github.com/bflyblue/servant-event-stream
bug-reports: https://github.com/bflyblue/servant-event-stream/issues
Expand Down Expand Up @@ -54,5 +55,7 @@ test-suite tests-default
main-is: Spec.hs
hs-source-dirs:
tests
default-language:
Haskell2010
build-depends:
base

0 comments on commit 260b189

Please sign in to comment.