From: <du...@co...> - 2008-05-22 19:24:27
|
Wed May 21 01:53:38 EDT 2008 Peter Gavin <pg...@gm...> * gnomevfs: read/write not supported on ghc < 6.6; no ByteString 6.4 is much older than I care to worry about, chances are no-one will use it anyhow hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 49 +#if __GLASGOW_HASKELL__ >= 606 hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 52 +#endif hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 77 +#if __GLASGOW_HASKELL__ >= 606 hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 84 +#endif hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 146 +#if __GLASGOW_HASKELL__ >= 606 hunk ./gnomevfs/System/Gnome/VFS/Ops.chs.pp 185 +#endif |