diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-04-11 20:34:46 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-04-11 20:34:46 +0200 |
commit | 39642e46e98157f5f7e547987c798c9698c871c7 (patch) | |
tree | 4ee9b407f67390570f4e5f4f38e5d259617a731c /cabal.project | |
parent | 62ae5e71ceaee2e5ae58c87f870cdc5ccfe67e33 (diff) |
Add haddock to cabal.project
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index b48ea111..ba925e3d 100644 --- a/cabal.project +++ b/cabal.project @@ -1,3 +1,4 @@ -packages: ./haddock-api +packages: ./ + ./haddock-api ./haddock-library - ./haddock-test
\ No newline at end of file + ./haddock-test |