[GHC] #1184: Hasktags misses symbol
GHC
trac at galois.com
Wed Feb 28 23:41:39 EST 2007
#1184: Hasktags misses symbol
------------------------+---------------------------------------------------
Reporter: newsham | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: None | Version: 6.6
Severity: normal | Keywords:
Difficulty: Unknown | Testcase:
Architecture: Unknown | Os: Windows
------------------------+---------------------------------------------------
(not sure I filed this bug appropriately. I belive hasktags came as part
of the ghc-6.6 binary package. Please advise if there's a better place)
Hasktags is missing an obvious symbol.
$ darcs get --partial http://happs.org/HAppS
$ cd HAppS/src
$ hasktags -c `find . -name '*.hs' |grep -v _darcs`
$ grep boolM # <- not found
$ grep boolM `find . -name '*.hs' |grep -v _darcs` # <- found
--
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/1184>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list