Skip to content

Commit

Permalink
Added tests/runtests.hs to Extra-SourceFiles.
Browse files Browse the repository at this point in the history
This way the source distribution made by Setup sdist will contain the tests.
  • Loading branch information
Gregory Crosswhite committed Dec 3, 2009
1 parent 59f7c19 commit 509dd29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .leo_shadow/xerror-message.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Description:
rather than aborting as soon as the first error. Towards this end, this module
supplies a type of /combinable error messages/ so that all of the errors from
subcomputations can be gathered and presented together.
Extra-Source-Files: tests/runtests.hs

Library
Exposed: True
Expand Down
1 change: 1 addition & 0 deletions error-message.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Description:
rather than aborting as soon as the first error. Towards this end, this module
supplies a type of /combinable error messages/ so that all of the errors from
subcomputations can be gathered and presented together.
Extra-Source-Files: tests/runtests.hs

Library
Exposed: True
Expand Down

0 comments on commit 509dd29

Please sign in to comment.