From 5652ec0411a06035ae105fd67725401c62df1464 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Sat, 28 Feb 2009 14:19:50 +0100 Subject: [PATCH] Add Tested-With to .cabal file Sadly does not work now with 6.6 and older because language-c doesn't. darcs-hash:20090228131950-adfee-4712af8299c174542b03d5a6d8638023ab8f2afc --- c2hs.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/c2hs.cabal b/c2hs.cabal index 13e2ec0..dcbdfc8 100644 --- a/c2hs.cabal +++ b/c2hs.cabal @@ -18,6 +18,7 @@ Description: C->Haskell assists in the development of Haskell bindings to C hsch2s), this ensures that C functions are imported with the correct Haskell types. Category: Development +Tested-With: GHC==6.8.2, GHC==6.10.1 Cabal-Version: >= 1.2 Build-Type: Simple