soenkehahn / generics-eot

A library for generic programming that aims to be easy to understand
https://generics-eot.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

fix .ghci file #9

Closed soenkehahn closed 6 years ago

soenkehahn commented 6 years ago

This allows to run the test suite with

$ stack exec ghci test/Spec.hs
*Main> spec

(After running stack test.)

This is for faster execution during development.