diff --git a/README.md b/README.md index d8f282f..a2f057f 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/servant-event-stream.cabal b/servant-event-stream.cabal index 24ae57e..2343220 100644 --- a/servant-event-stream.cabal +++ b/servant-event-stream.cabal @@ -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 @@ -54,5 +55,7 @@ test-suite tests-default main-is: Spec.hs hs-source-dirs: tests + default-language: + Haskell2010 build-depends: base \ No newline at end of file