You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Isaac Sheff (JIRA)" <ji...@apache.org> on 2016/11/08 21:53:58 UTC

[jira] [Created] (THRIFT-3963) Thrift.cabal filename does not match module name

Isaac Sheff created THRIFT-3963:
-----------------------------------

             Summary: Thrift.cabal filename does not match module name
                 Key: THRIFT-3963
                 URL: https://issues.apache.org/jira/browse/THRIFT-3963
             Project: Thrift
          Issue Type: Bug
          Components: Haskell - Library
    Affects Versions: 1.0
         Environment: Haskell Stack with LTS 7.7, on Ubuntu
            Reporter: Isaac Sheff


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."



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)