Skip to content

Commit 5d41d43

Browse files
committed
Move sources under haddock-api/src
1 parent 92e50db commit 5d41d43

34 files changed

+3
-3
lines changed

.ghci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
:set -isrc -itest -idist/build -idist/build/autogen -packageghc -optP-include -optPdist/build/autogen/cabal_macros.h
1+
:set --itest -idist/build -idist/build/autogen -packageghc -optP-include -optPdist/build/autogen/cabal_macros.h

haddock-api/.ghci

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:set -isrc -idist/build -idist/build/autogen -optP-include -optPdist/build/autogen/cabal_macros.h

haddock-api/src

-1
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

haddock.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extra-source-files:
2828
doc/haddock.xml
2929
haddock.spec
3030
haskell.vim
31-
src/haddock.sh
31+
haddock-api/src/haddock.sh
3232
html-test/src/*.hs
3333
html-test/ref/*.html
3434
latex-test/src/Simple/*.hs

0 commit comments

Comments
 (0)