[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:23:30 UTC 2010


The following commit has been merged in the master branch:
commit c70452835751ace1ca1c5dd9f4ac049cf38d03e6
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri May 2 00:18:05 2008 -0500

    Added TypeSynonymInstanes to HVFS.hs
    
    This is needed due to WindowsCompat for FileStatus when building on Windows

diff --git a/src/System/IO/HVFS.hs b/src/System/IO/HVFS.hs
index 955877a..0df96dc 100644
--- a/src/System/IO/HVFS.hs
+++ b/src/System/IO/HVFS.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, TypeSynonymInstances #-}
 {- arch-tag: HVFS main file
 Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list