From 09d93a0d7d6b1662ba065c57fc431478a20cd6e7 Mon Sep 17 00:00:00 2001 From: Armando Ramirez Date: Mon, 23 Dec 2019 08:32:06 -0800 Subject: [PATCH] fix cabal file per https://github.com/Euterpea/Euterpea2/issues/35 --- Euterpea.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Euterpea.cabal b/Euterpea.cabal index a350c3d..0e8bb41 100644 --- a/Euterpea.cabal +++ b/Euterpea.cabal @@ -6,7 +6,7 @@ license-file: License copyright: Copyright (c) 2008-2019 Euterpea authors category: Sound, Music stability: experimental -build-type: Custom +build-type: Simple author: Paul Hudak , Eric Cheng , Hai (Paul) Liu , @@ -29,6 +29,9 @@ description: extra-source-files: ReadMe.txt +custom-setup + setup-depends: Cabal, base + Library hs-source-dirs: . ghc-options: -O2 -funbox-strict-fields -fexcess-precision