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 12, 2019
1 parent 28d2571 commit 084c42f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cli/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ module Main where
import Language.CQL
import System.Environment

import Language.CQL.Program

main :: IO ()
main = do
args <- getArgs
Expand Down
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 084c42f

Please sign in to comment.