diff options
Diffstat (limited to 'users/Profpatsch/my-prelude/default.nix')
-rw-r--r-- | users/Profpatsch/my-prelude/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/my-prelude/default.nix b/users/Profpatsch/my-prelude/default.nix index 4d854b194b39..1fa8075c523c 100644 --- a/users/Profpatsch/my-prelude/default.nix +++ b/users/Profpatsch/my-prelude/default.nix @@ -7,7 +7,6 @@ pkgs.haskellPackages.mkDerivation { src = depot.users.Profpatsch.exactSource ./. [ ./my-prelude.cabal ./MyPrelude.hs - ./Label.hs ./Pretty.hs ./Data/Error/Tree.hs ./Aeson.hs @@ -18,6 +17,7 @@ pkgs.haskellPackages.mkDerivation { isLibrary = true; libraryHaskellDepends = [ + pkgs.haskellPackages.pa-label pkgs.haskellPackages.aeson pkgs.haskellPackages.aeson-better-errors pkgs.haskellPackages.PyF |