Skip to content

Commit

Permalink
chore: removed examples library?
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 19, 2025
1 parent 068a5a4 commit df26853
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions gigaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -226,20 +226,20 @@ benchmark perf-test

main-is: Main.hs

library examples
import: warnings, extensions, base
default-language: Haskell2010
hs-source-dirs: examples

ghc-options: -ddump-to-file -ddump-simpl -ddump-splices -ddump-file-prefix=Foo

build-depends:
gigaparsec,
containers >= 0.6 && < 0.7
exposed-modules:
ExprLang,
ExprLang.Parser,
ExprLang.Lexer,
ExprLang.Lexer.IntConfig,
ExprLang.AST
--library examples
-- import: warnings, extensions, base
-- default-language: Haskell2010
-- hs-source-dirs: examples
--
-- ghc-options: -ddump-to-file -ddump-simpl -ddump-splices -ddump-file-prefix=Foo
--
-- build-depends:
-- gigaparsec,
-- containers >= 0.6 && < 0.7
--
-- exposed-modules:
-- ExprLang,
-- ExprLang.Parser,
-- ExprLang.Lexer,
-- ExprLang.Lexer.IntConfig,
-- ExprLang.AST

0 comments on commit df26853

Please sign in to comment.