diff --git a/breve.cabal b/breve.cabal index e020fa9..fa70fdc 100644 --- a/breve.cabal +++ b/breve.cabal @@ -1,5 +1,5 @@ name: breve -version: 0.2.0.0 +version: 0.3.0.0 synopsis: a url shortener description: @@ -30,10 +30,9 @@ executable breve Breve.Generator, Breve.UrlTable other-extensions: OverloadedStrings build-depends: base >=4.8 && <5.0, - simple, wai, wai-extra, warp, - aeson, bytestring, binary, Spock, blaze-html, wai-middleware-static, transformers, mtl, + text, aeson, bytestring, binary, hashtables, cryptohash, random, xdg-basedir, configurator, directory ghc-options: -threaded -O2