Skip to content

Commit

Permalink
Move QuickCheck generator for Parser into test dir. #148
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed Aug 11, 2019
1 parent 28d2571 commit 294df80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-}
module Language.CQL.Parser.Generator.Generator where
module Language.CQL.Parser.Generator where

import Language.CQL.Parser.ReservedWords
import Test.QuickCheck.Gen
Expand Down
2 changes: 1 addition & 1 deletion test/Parser/ParserSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

module Parser.ParserSpec where

import Language.CQL.Parser.Generator.Generator
import Language.CQL.Parser.Generator
import Language.CQL.Parser.Parser
import Language.CQL.Parser.ReservedWords
import Data.Either (isLeft)
Expand Down

0 comments on commit 294df80

Please sign in to comment.