diff options
author | Duncan Coutts <duncan@well-typed.com> | 2014-08-23 13:12:20 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-29 12:39:04 +0100 |
commit | 29f84d30e3283c3da50c7c37a544672db5eee2b7 (patch) | |
tree | 327494b9dcab9d7ddb43589e18622ef8f09e6963 /compiler/main/PackageConfig.hs | |
parent | 6930a88c307825d95f22ed9cb8ba3c894b600905 (diff) | |
download | haskell-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.hs | 2 |
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 |