Skip to content

cdepillabout/nix-reverse-deps-of-haskell-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Dependencies of Haskell Packages

Build Status BSD3 license

This repository provides a Nix file that allows you to find and build all reverse dependencies of a given Haskell package.

This is useful if you want to make a change to a widely-used Haskell package and see which reverse dependencies break.

For instance, if you want to remove a method from conduit, this can be easily used to build all Haskell packages with transitive dependencies on conduit and see what breaks.

Usage

Usage instructions are described at the top of default.nix.

Other Methods

Normally, the tool nix-review is used to rebuild all reverse-dependencies of a file in nixpkgs. However, nix-review doesn't work with the Haskell package set in nixpkgs, so this repository is necessary.

About

Find or build all reverse dependencies of a Haskell package using Nix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages