diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-23 15:15:10 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-23 15:15:10 +0000 |
commit | 132e2c2c2c9dac10ef8bb5b903a8dc0219d5e312 (patch) | |
tree | 1599c4306310db22bbe9f6b89b337186002d06c2 /libraries/base/GHC/Unicode.hs-boot | |
parent | 16e5ce1469e5f777a6e6ae701cea2242dfba2264 (diff) | |
download | haskell-132e2c2c2c9dac10ef8bb5b903a8dc0219d5e312.tar.gz |
Follow GHC.Bool/GHC.Types merge
Diffstat (limited to 'libraries/base/GHC/Unicode.hs-boot')
-rw-r--r-- | libraries/base/GHC/Unicode.hs-boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Unicode.hs-boot b/libraries/base/GHC/Unicode.hs-boot index c9a4a9d6a3..6a0e75cbb6 100644 --- a/libraries/base/GHC/Unicode.hs-boot +++ b/libraries/base/GHC/Unicode.hs-boot @@ -2,7 +2,6 @@ module GHC.Unicode where -import GHC.Bool import GHC.Types isAscii :: Char -> Bool |