summary refs log blame commit diff
path: root/pkgs/development/haskell-modules/non-hackage-packages.nix
blob: 9a2ff6f4a2adfcf53c657277081349c226a1c488 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                                                

                                                                               
                                                 
 
                                                  
                                                            
 

                                                  
                                                                   
 
# EXTRA HASKELL PACKAGES NOT ON HACKAGE
#
# This file should only contain packages that are not in ./hackage-packages.nix.
# Attributes in this set should be nothing more than a callPackage call.
# Overrides to these packages should go to either configuration-nix.nix,
# configuration-common.nix or to one of the compiler specific configuration
# files.
self: super: {

  multi-ghc-travis = throw ("haskellPackages.multi-ghc-travis has been renamed"
    + " to haskell-ci, which is now on hackage");

  # https://github.com/channable/vaultenv/issues/1
  vaultenv = self.callPackage ../tools/haskell/vaultenv { };

  # spago is not released to Hackage.
  # https://github.com/spacchetti/spago/issues/512
  spago = self.callPackage ../tools/purescript/spago/spago.nix { };
}