Make sure tests can't be forgotten in cabal file

some *Spec.hs files weren't landing in the sdist since they werent
listed in other-modules and since we use hspec-discover no one ever
noticed.
This commit is contained in:
Daniel Gröber
2017-03-01 03:26:37 +01:00
parent 2d6d03fcea
commit 8680b3f7d1
4 changed files with 54 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
module FindSpec where
import GhcMod.Find
import GhcModExe.Find
import Test.Hspec
import TestUtils