diff options
author | Ian Lynagh <igloo@earth.li> | 2007-08-16 15:09:00 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-08-16 15:09:00 +0000 |
commit | 0065868100d8e62bc2cc07fcac6c00da0810ffee (patch) | |
tree | 45eaf1f82e6c615d000bb7aa3f283abf71b75243 | |
parent | 9c5675a3f32ba9d3e8d66c43773a24d30cd4dec8 (diff) | |
download | haskell-0065868100d8e62bc2cc07fcac6c00da0810ffee.tar.gz |
Add newline to end of Hpc.hs
-rw-r--r-- | utils/hpc/Hpc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/Hpc.hs b/utils/hpc/Hpc.hs index e22556efa3..f5c7240a24 100644 --- a/utils/hpc/Hpc.hs +++ b/utils/hpc/Hpc.hs @@ -125,4 +125,4 @@ version_plugin = Plugin { name = "version" version_main _ _ = putStrLn $ "hpc tools, version 0.5-dev" -------------------------------------------------------------------------------
\ No newline at end of file +------------------------------------------------------------------------------ |