From igloo at earth.li Fri Jul 4 18:29:14 2008 From: igloo at earth.li (Ian Lynagh) Date: Fri Jul 4 18:20:14 2008 Subject: patch applied (hsc2hs): Tweak whitespace Message-ID: <20080704222914.GA3720@haskell.galois.com> Thu Jun 26 06:38:36 PDT 2008 Ian Lynagh * Tweak whitespace M ./hsc2hs.sh -5 +5 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080626133836-3fd76-6896d96f62dd240350e48f4ba6ed7056318b33b9.gz From igloo at earth.li Fri Jul 4 18:29:15 2008 From: igloo at earth.li (Ian Lynagh) Date: Fri Jul 4 18:20:14 2008 Subject: patch applied (hsc2hs): We unconditionally import rawSystem, so it must be safe to use it Message-ID: <20080704222915.GA3745@haskell.galois.com> Thu Jun 26 06:44:44 PDT 2008 Ian Lynagh * We unconditionally import rawSystem, so it must be safe to use it rather than falling back to system if we don't think we have it M ./Main.hs -4 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080626134444-3fd76-57ab80d0bc49af3e1f89b9e68ac86b56a1e33172.gz From igloo at earth.li Fri Jul 4 18:29:17 2008 From: igloo at earth.li (Ian Lynagh) Date: Fri Jul 4 18:20:15 2008 Subject: patch applied (hsc2hs): Whitespace only Message-ID: <20080704222917.GA3762@haskell.galois.com> Thu Jun 26 06:46:45 PDT 2008 Ian Lynagh * Whitespace only M ./Main.hs -61 +61 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080626134645-3fd76-ddb4d46371d1c5ad965cfa2ce46854a6ef2ac004.gz From igloo at earth.li Tue Jul 22 20:08:50 2008 From: igloo at earth.li (Ian Lynagh) Date: Tue Jul 22 19:58:53 2008 Subject: patch applied (hsc2hs): Add a Makefile for GHC's build system Message-ID: <20080723000850.GA6632@haskell.galois.com> Tue Jul 22 13:39:00 PDT 2008 Ian Lynagh * Add a Makefile for GHC's build system A ./Makefile View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080722203900-3fd76-2794a998a587d2d77db12168812a2f805ce39c9e.gz From igloo at earth.li Tue Jul 22 20:08:49 2008 From: igloo at earth.li (Ian Lynagh) Date: Tue Jul 22 19:58:54 2008 Subject: patch applied (hsc2hs): Sync with GHC's fork of the hsc2hs Main.hs Message-ID: <20080723000849.GA6608@haskell.galois.com> Tue Jul 22 13:37:36 PDT 2008 Ian Lynagh * Sync with GHC's fork of the hsc2hs Main.hs M ./Main.hs -96 +135 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080722203736-3fd76-e63bedbf18e849952852ae8068d82c1adb12e571.gz From igloo at earth.li Wed Jul 23 10:01:23 2008 From: igloo at earth.li (Ian Lynagh) Date: Wed Jul 23 09:51:23 2008 Subject: patch applied (hsc2hs): Add hsc2hs.wrapper from GHC's fork Message-ID: <20080723140123.GA21787@haskell.galois.com> Wed Jul 23 07:00:06 PDT 2008 Ian Lynagh * Add hsc2hs.wrapper from GHC's fork A ./hsc2hs.wrapper View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080723140006-3fd76-2ce24bcb43ed879707c695972e0e6b2ca3d4ba46.gz From igloo at earth.li Wed Jul 23 10:01:24 2008 From: igloo at earth.li (Ian Lynagh) Date: Wed Jul 23 09:51:24 2008 Subject: patch applied (hsc2hs): Modernise the Cabal file Message-ID: <20080723140124.GA21810@haskell.galois.com> Wed Jul 23 07:00:38 PDT 2008 Ian Lynagh * Modernise the Cabal file M ./hsc2hs.cabal -5 +18 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080723140038-3fd76-0df0e2d459106fed01e6dfe9d2b3a33645da8569.gz From igloo at earth.li Thu Jul 24 19:12:05 2008 From: igloo at earth.li (Ian Lynagh) Date: Thu Jul 24 19:02:01 2008 Subject: patch applied (hsc2hs): The default compiler is now always just "gcc" Message-ID: <20080724231205.GA17194@haskell.galois.com> Wed Jul 23 10:42:49 PDT 2008 Ian Lynagh * The default compiler is now always just "gcc" M ./Main.hs -4 +1 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080723174249-3fd76-5d290aa8b6f588c0a2ce9dfcd44e78e06b68f3d4.gz From igloo at earth.li Thu Jul 24 19:12:06 2008 From: igloo at earth.li (Ian Lynagh) Date: Thu Jul 24 19:02:02 2008 Subject: patch applied (hsc2hs): Remove the dependency on Cabal Message-ID: <20080724231206.GA17214@haskell.galois.com> Thu Jul 24 10:07:58 PDT 2008 Ian Lynagh * Remove the dependency on Cabal We now use Data.Version.showVersion rather than display M ./Main.hs -2 +1 M ./hsc2hs.cabal -1 +1 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080724170758-3fd76-74a030adfd927ca0b1d00816686235c15e1ce5ee.gz From Malcolm.Wallace at cs.york.ac.uk Sun Jul 27 10:24:51 2008 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Sun Jul 27 10:14:40 2008 Subject: patch applied (hsc2hs): use valid Haskell'98 indentation in do-blocks Message-ID: <20080727142451.GA15306@haskell.galois.com> Sun Jul 27 07:23:19 PDT 2008 Malcolm.Wallace@cs.york.ac.uk * use valid Haskell'98 indentation in do-blocks M ./Main.hs -23 +23 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080727142319-6871e-79d9ee7105a5eca3cd619169223206a5f0ef2fea.gz From Malcolm.Wallace at cs.york.ac.uk Mon Jul 28 07:14:20 2008 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Mon Jul 28 07:04:03 2008 Subject: patch applied (hsc2hs): Fix up the Paths_hsc2hs story for nhc98. Message-ID: <20080728111419.GA14641@haskell.galois.com> Mon Jul 28 04:12:53 PDT 2008 Malcolm.Wallace@cs.york.ac.uk * Fix up the Paths_hsc2hs story for nhc98. The difference between #if !BUILD_NHC and #ifndef BUILD_NHC is subtle but real. M ./Main.hs -3 +3 View patch online: http://darcs.haskell.org/hsc2hs/_darcs/patches/20080728111253-6871e-c29f243626ca3803b5cf77a5327452bf9709614f.gz