From de7f249e4d359d741b4520a749818d305fa402bd Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 13 Jul 2019 15:48:29 -0400 Subject: cabal flags fell --- kiki.cabal | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/kiki.cabal b/kiki.cabal index f25b5a3..630ff8b 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -4,20 +4,13 @@ Version: 0.0.3 cabal-version: >= 1.8 Synopsis: A bridge between (cryptographic) keys Description: gpg operations... TODO -License: Undecided +License: AllRightsReserved -- License-file: LICENSE TODO Author: Joseph Crayne Maintainer: Joseph Crayne --Homepage: TODO build-type: Simple -Flag needlocale - Description: Link against old-locale package for older versions of the time package. - Default: False - -Flag unixEnv - Default: False - Executable kiki Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults Main-is: kiki.hs @@ -105,12 +98,8 @@ library temporary, text, unix, - zlib - -- todo: remove this dependency when flag(hourglass) - if flag(needlocale) - build-depends: time < 1.5, old-locale - else - build-depends: time >= 1.5 + zlib, + time >= 1.5 Build-Depends: cryptonite, x509 >=1.6, memory, hourglass c-sources: lib/dotlock.c @@ -128,8 +117,4 @@ Test-suite testkiki , bytestring , time , kiki - Build-Depends: cryptonite, memory - if flag(unixEnv) - Build-depends: base < 4.7.0, unix - else - Build-depends: base >= 4.7.0 + Build-Depends: cryptonite, memory, base >= 4.7.0 -- cgit v1.2.3