created SubFix.Internal module

This commit is contained in:
2020-11-09 15:24:48 -05:00
parent 3674dc72c8
commit f8a4f7e81c
5 changed files with 125 additions and 3 deletions

View File

@@ -20,9 +20,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import Test.Hspec (hspec)
import qualified SubFix.ConvertSpec as Convert
import qualified SubFixSpec as SubFix
main :: IO ()
main = hspec Convert.spec
main = hspec SubFix.spec
--jl