Revert import change

This commit is contained in:
Doug Beardsley 2018-04-06 16:24:46 -06:00 committed by John Wiegley
parent 1b7dac071d
commit 3d98bc8e05

View file

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
module NixLanguageTests where --(genTests) where
module NixLanguageTests (genTests) where
import Control.Arrow ((&&&))
import Control.Exception