ndmitchell / hoogle

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

Allow writing hspec tests against Hoogle library #12

Closed jwiegley closed 11 years ago

jwiegley commented 11 years ago

This patch begins the creation of hspec-based tests against Hoogle as a library, since that is the mode of usage we depend on most, and this will ensure that features we add in future do not break current functionality we depend on.

The only questionable aspect of this patch is the nature of the changes I had to make to hoogle.cabal, which now moves to a dependency on at least cabal 1.10.

ndmitchell commented 11 years ago

Annoyingly the server running Hoogle only has cabal 1.8 on it. But that server is miles behind, so I guess I can cross that bridge when we come to it - holding back development for a poor server is usually a bad idea.

ndmitchell commented 11 years ago

Woops, so now I discovered how to reject a pull request by accident. Merged now!