From 245566e059acae9927451a4b3587c2a0d4455e10 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 28 Apr 2016 18:08:10 +0200 Subject: [PATCH] Drop broken package --- alea.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/alea.cabal b/alea.cabal index 49f2cf9..42a525c 100644 --- a/alea.cabal +++ b/alea.cabal @@ -27,8 +27,7 @@ executable alea main-is: Main.hs hs-source-dirs: src default-language: Haskell2010 - other-modules: Alea.Diceware, Alea.List, Alea.Random + other-modules: Alea.Diceware other-extensions: DeriveDataTypeable, RecordWildCards - build-depends: base >=4.8 && < 5.0, containers, - argparser, threefish + build-depends: base >=4.8 && < 5.0, random, text, argparser ghc-options: -O2