1
Fork 0

update to work with latest ghc, cabal packages

This commit is contained in:
Jake Wheat 2024-01-08 12:26:44 +00:00
parent a937424514
commit 6957a39911
3 changed files with 6 additions and 7 deletions

View file

@ -7,6 +7,7 @@ Converts the test data to asciidoc
> import Language.SQL.SimpleSQL.Parse
> import Language.SQL.SimpleSQL.Lex
> import Data.List
> import Control.Monad (when, unless)
> data TableItem = Heading Int String
> | Row String String