diff options
author | 2025-02-19 17:36:34 +0100 | |
---|---|---|
committer | 2025-02-19 17:36:34 +0100 | |
commit | d0d1215913dbdd44b62cf584100a9db18aaf83b2 (patch) | |
tree | dc90ef41dd679712dcd5a809560a5818ccaa7839 /autotypes/autotypes.cabal | |
parent | 1cd156c349d508f5e4638de0fc6370c30b0ac01d (diff) |
fix frontend build
Diffstat (limited to 'autotypes/autotypes.cabal')
-rw-r--r-- | autotypes/autotypes.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotypes/autotypes.cabal b/autotypes/autotypes.cabal index b812b94..5264f64 100644 --- a/autotypes/autotypes.cabal +++ b/autotypes/autotypes.cabal @@ -12,6 +12,7 @@ library hs-source-dirs: src default-language: Haskell2010 + ghc-options: -fno-warn-x-partial build-depends: aeson, aeson-pretty, |