haskell.nix/test/githash/githash-test.cabal
Hamish Mackenzie 64efc98852
Support githash package and cross package refs (#843)
* Adds support for cross package refs (with a project).  Relative
  directory references between packages within a project should now
  work.
* Adds `includeSiblings` to `cleanSourceWith`.  When `true` it
  prevents the `subDir` arg from causing filtering of other directories.
* Adds `keepGitDir` to `cleanGit` to allow `.git` directory to be kept
  (useful for components that use the `githash` package).
2021-01-14 12:34:06 +13:00

17 lines
435 B
Plaintext

cabal-version: 2.4
name: githash-test
version: 0.1.0.0
license: MIT
author: Hamish Mackenzie
build-type: Simple
extra-source-files: ../../.git/**/*
executable githash-test
hs-source-dirs: src
main-is: Main.hs
build-depends: base >=4.12 && <5,
githash
default-language: Haskell2010
build-tools: git