Changes between Initial Version and Version 3 of Ticket #161
- Timestamp:
- 01/21/08 09:27:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #161
- Property priority changed from normal to high
- Property difficulty changed from normal to easy (<4 hours)
- Property summary changed from sdist and build uses different source directories to 'sdist' cannot find some modules that 'build' finds ok
-
Ticket #161 – description
initial v3 1 1 With the following project layout: 2 2 {{{ 3 3 network-bytestring 4 4 network-bytestring.cabal … … 9 9 ... 10 10 ... 11 11 }}} 12 12 Running configure, build and install works but running sdist results in: 13 13 {{{ 14 14 Setup.lhs: Error: Could not find module: Network.Socket.ByteString with any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs"] 15 15 }}} 16 16 I added some more debug output with the following result: 17 17 {{{ 18 18 Setup.lhs: Error: Could not find module: Network.Socket.ByteString with any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs"] in any of these search directories: ["tests"] 19 19 }}} 20 20 My theory is that builds includes "." among the source directories while sdist doesn't. 21 21
