haskell.nix/test/builder-haddock/test-haddock.cabal
Rodney Lorrimar 686fa37877
shellFor: Fix bug where packages were not excluded from the env (#285)
* tests: Add regression test for shellFor build-tools bug

* tests: Fix regen script

* Regenerate nix expressions for tests

* tests: ghc 8.4.4 -> 8.6.5

* shellFor: Fix bug where packages were not excluded from the env

If a multi-package project had an build-tools dependency between
packages, they would not be correctly removed from the shell's inputs.
2019-11-01 20:08:31 +10:00

16 lines
427 B
Plaintext

cabal-version: 2.2
name: test-haddock
version: 0.1.0.0
license: NONE
author: Rodney Lorrimar
maintainer: rodney.lorrimar@iohk.io
library
exposed-modules: TestHaddock
other-modules: Paths_test_haddock
-- other-extensions:
build-depends: base >=4.11.1.0
, stm
-- hs-source-dirs:
default-language: Haskell2010