diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-10-26 11:11:37 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-10-26 11:11:37 +0100 |
commit | c8d3f44af425688db7a3a860f9a6242cbef273f8 (patch) | |
tree | c004dc0e7bee1a8a7d5c9b553628f1935aab4197 | |
parent | 4e2121f4fa33743d0acb42506b4d34952a7e4c80 (diff) | |
download | haskell-c8d3f44af425688db7a3a860f9a6242cbef273f8.tar.gz |
Verify that I can still add tabs to a file already containing them
-rw-r--r-- | compiler/main/Packages.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Packages.lhs b/compiler/main/Packages.lhs index 33858be1ff..1efb5b6903 100644 --- a/compiler/main/Packages.lhs +++ b/compiler/main/Packages.lhs @@ -14,7 +14,7 @@ module Packages ( PackageState(..), initPackages, getPackageDetails, - lookupModuleInAllPackages, lookupModuleWithSuggestions, + lookupModuleInAllPackages, lookupModuleWithSuggestions, -- * Inspecting the set of packages in scope getPackageIncludePath, |