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:
@@ -1,7 +1,7 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module FindSpec where
|
||||
|
||||
import GhcMod.Find
|
||||
import GhcModExe.Find
|
||||
import Test.Hspec
|
||||
import TestUtils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user