gelisam / hawk

Haskell text processor for the command-line
Apache License 2.0
361 stars 20 forks source link

switch to hpack #187

Closed gelisam closed 6 years ago

gelisam commented 6 years ago

I used to use a custom Setup.hs which made sure that the library wasn't just built before the tests, it was also installed, so that hint could find it. This doesn't seem to be required anymore, as stack configures an environment variable which gives hint access to the locally built library.