@@ -39,11 +39,15 @@ common common
|
||||
-Wredundant-constraints
|
||||
-Wincomplete-uni-patterns
|
||||
-Wincomplete-record-updates
|
||||
-fdefer-type-errors
|
||||
-fno-show-valid-hole-fits
|
||||
-fdefer-out-of-scope-variables
|
||||
-Wno-typed-holes
|
||||
default-language: Haskell2010
|
||||
|
||||
library
|
||||
import: common
|
||||
exposed-modules: Language.QBE
|
||||
exposed-modules: Language.QBE Language.QBE.QQ
|
||||
-- other-modules:
|
||||
other-extensions: DataKinds
|
||||
KindSignatures
|
||||
@@ -67,6 +71,8 @@ library
|
||||
|| ^>= 1.5.0
|
||||
, deepseq ^>= 1.4.4 || ^>= 1.5
|
||||
, prettyprinter ^>= 1.7.1
|
||||
, megaparsec ^>= 9.7.0
|
||||
, template-haskell
|
||||
hs-source-dirs: src
|
||||
|
||||
test-suite golden
|
||||
|
||||
Reference in New Issue
Block a user