File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/development/haskell-modules Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -393,8 +393,12 @@ self: super:
393393 libraryHaskellDepends = drv . libraryHaskellDepends ++ [ self . file-embed ] ;
394394 } ) ( disableCabalFlag "fixity-th" super . fourmolu ) ;
395395
396- # https://github.com/NixOS/nixpkgs/issues/149692
397- Agda = disableCabalFlag "optimise-heavily" super . Agda ;
396+ Agda = lib . pipe super . Agda [
397+ # https://github.com/NixOS/nixpkgs/issues/149692
398+ ( disableCabalFlag "optimise-heavily" )
399+ # https://github.com/agda/agda/issues/8016
400+ ( appendConfigureFlag "--ghc-option=-Wwarn=deprecations" )
401+ ] ;
398402
399403 # https://github.com/NixOS/nixpkgs/issues/198495
400404 eventsourcing-postgresql = dontCheck super . eventsourcing-postgresql ;
You can’t perform that action at this time.
0 commit comments