diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 04:21:04 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-27 04:21:04 +0200 |
commit | 3e22d517f7056deb254da1c7a5616f0dc01a7a97 (patch) | |
tree | 97da079a4979b47d03787168466ab4907602213a | |
parent | 9f1b0b5177047e9fce98ebb3aa1157ac50eb9dcd (diff) |
Add missing extra-source-files
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 87fafe1..1838063 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -35,6 +35,7 @@ category: Distribution build-type: Custom cabal-version: >=1.10 extra-source-files: CabalHelper/Main.hs + CabalHelper/Licenses.hs source-repository head type: git |