This commit is contained in:
Jon Doe
2020-09-24 20:03:10 +02:00
committed by Maciej Bonin
parent f874b97291
commit 3a85db15d3
4 changed files with 82 additions and 116 deletions

View File

@ -14,8 +14,8 @@ cabal-version: >=1.10
extra-source-files: README.md
library
exposed-modules: GypsFulvus, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL
other-modules: GypsFulvus.PluginStuff
exposed-modules: GypsFulvus, GypsFulvus.PluginStuff, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL
other-modules:
default-language: Haskell2010
hs-source-dirs: src
build-depends:
@ -23,7 +23,6 @@ library
stm,
containers,
text,
plugins >= 1.6.0,
directory,
hashable,
monad-parallel,
@ -46,7 +45,6 @@ executable GypsFulvus
stm,
containers,
text,
plugins >= 1.6.0,
directory,
hashable,
monad-parallel,