From 3d86f0daa83ac852954edc9a1062bf1168aa463e Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 19 Jan 2010 16:28:42 -0500 Subject: [PATCH] build: Hackage-ify the cabal file. Hackage does not like BSD2, so use OtherLicense. Also specify an explicit version of base. --- altfloat.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/altfloat.cabal b/altfloat.cabal index 3a7a4d4..2aec40e 100644 --- a/altfloat.cabal +++ b/altfloat.cabal @@ -1,6 +1,6 @@ Name: altfloat Version: 0.1 -License: BSD2 +License: OtherLicense License-File: LICENSE Cabal-Version: >= 1.2 Author: Nick Bowler @@ -23,7 +23,7 @@ Description: conflict. Library - Build-Depends: base, ghc-prim, integer + Build-Depends: base >= 4 && < 5, ghc-prim, integer C-Sources: cfloat.c Exposed-Modules: Data.Floating.CMath, -- 2.11.4.GIT