gren.cabal: extract gren-common

This commit is contained in:
Aaron VonderHaar 2022-05-01 00:01:23 -07:00
parent 9e6695bc5a
commit 000869ab5f

View File

@ -33,7 +33,7 @@ Flag dev {
}
Executable gren
Common gren-common
if flag(dev)
ghc-options: -O0 -Wall -Werror
else
@ -48,9 +48,6 @@ Executable gren
other-extensions:
TemplateHaskell
Main-Is:
Main.hs
other-modules:
Bump
Diff
@ -210,3 +207,10 @@ Executable gren
time >= 1.9.1,
utf8-string,
vector
Executable gren
Import:
gren-common
Main-Is:
Main.hs