summaryrefslogtreecommitdiff
path: root/compiler/main/PackageConfig.hs
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2014-08-23 13:12:20 +0100
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-08-29 12:39:04 +0100
commit29f84d30e3283c3da50c7c37a544672db5eee2b7 (patch)
tree327494b9dcab9d7ddb43589e18622ef8f09e6963 /compiler/main/PackageConfig.hs
parent6930a88c307825d95f22ed9cb8ba3c894b600905 (diff)
downloadhaskell-29f84d30e3283c3da50c7c37a544672db5eee2b7.tar.gz
Fix long lines and trailing whitespace
in the previous patches in this series
Diffstat (limited to 'compiler/main/PackageConfig.hs')
-rw-r--r--compiler/main/PackageConfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PackageConfig.hs b/compiler/main/PackageConfig.hs
index 09ff0659b3..7cd2779bc4 100644
--- a/compiler/main/PackageConfig.hs
+++ b/compiler/main/PackageConfig.hs
@@ -68,7 +68,7 @@ instance BinaryStringRep PackageKey where
instance BinaryStringRep Module.ModuleName where
fromStringRep = Module.mkModuleName . BS.unpack
- toStringRep = BS.pack . Module.moduleNameString
+ toStringRep = BS.pack . Module.moduleNameString
instance Outputable InstalledPackageId where
ppr (InstalledPackageId str) = text str