From 8539fa10fadb254a24f3f7a8053f07bfedccaa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 30 Oct 2014 15:50:05 +0800 Subject: [PATCH] cabal file: tweaks --- servant.cabal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/servant.cabal b/servant.cabal index 08e144de..940bb6b9 100644 --- a/servant.cabal +++ b/servant.cabal @@ -1,7 +1,7 @@ name: servant version: 0.2 --- synopsis: --- description: +-- synopsis: +-- description: license: BSD3 license-file: LICENSE author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni @@ -30,8 +30,6 @@ library Servant.API.Sub Servant.API.Union Servant.Utils.Text - -- other-modules: - -- other-extensions: build-depends: base >=4.7 && <5 , either