ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Non-exhaustive pattern matches #89

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago

I just got the following exception:

build-environments: src/Hoogle/Language/Haskell.hs:(199,1)-(210,38): Non-exhaustive patterns in function transType

I just upgraded the FP Complete Hoogle database generator to 4.2.35. If it's unclear what the problem is, I can add some more trace statements into the code to find out exactly what file triggered this.

ndmitchell commented 9 years ago

I think @bgamari fixed this as part of #85, which is available in 4.2.36. Can you give that a go and let me know?

snoyberg commented 9 years ago

That fixed it, I didn't realize there'd been a new release since I just upgraded our libraries. Sorry for the noise :)