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 @@ -383,8 +383,12 @@ self: super:
383383 libraryHaskellDepends = drv . libraryHaskellDepends ++ [ self . file-embed ] ;
384384 } ) ( disableCabalFlag "fixity-th" super . fourmolu ) ;
385385
386- # https://github.com/NixOS/nixpkgs/issues/149692
387- Agda = disableCabalFlag "optimise-heavily" super . Agda ;
386+ Agda = lib . pipe super . Agda [
387+ # https://github.com/NixOS/nixpkgs/issues/149692
388+ ( disableCabalFlag "optimise-heavily" )
389+ # https://github.com/agda/agda/issues/8016
390+ ( appendConfigureFlag "--ghc-option=-Wwarn=deprecations" )
391+ ] ;
388392
389393 # https://github.com/NixOS/nixpkgs/issues/198495
390394 eventsourcing-postgresql = dontCheck super . eventsourcing-postgresql ;
You can’t perform that action at this time.
0 commit comments