mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
686fa37877
* 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.
16 lines
427 B
Plaintext
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
|