Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
Haskell Stack with LTS 7.7, on Ubuntu
Description
Some haskell environments, including stack (http://haskellstack.org/) require that the cabal file name match the module name (case sensitive). This means that it is difficult to import the (git source repository) thrift library into stack projects (https://github.com/commercialhaskell/stack/issues/317). The fix is easy: change the name "Thrift.cabal" to "thrift.cabal."
Attachments
Issue Links
- links to