1
0
forked from GitHub/gf-core

Update pgf.cabal, and minors to other cabal files

This commit is contained in:
John J. Camilleri
2021-06-24 09:31:37 +02:00
parent cf9afa8f74
commit 1ba5449d21
3 changed files with 18 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ flag c-runtime
Description: Include functionality from the C run-time library (which must be installed already)
Default: False
Library
library
default-language: Haskell2010
build-depends: base >= 4.6 && <5,
array,
@@ -320,7 +320,7 @@ Library
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths
Executable gf
executable gf
hs-source-dirs: src/programs
main-is: gf-main.hs
default-language: Haskell2010