himura / twitter-conduit

Twitter API package for Haskell, including enumerator interfaces and Streaming API supports.
BSD 2-Clause "Simplified" License
158 stars 48 forks source link

Build failure with Cabal 2.0 #56

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago
> /tmp/stackage-build13$ stack unpack twitter-conduit-0.2.2.1@gitsha1:d1fa48e2f2121d4f171cef1660d8663b6ccfd0e9
Unpacked twitter-conduit-0.2.2.1 to /tmp/stackage-build13/twitter-conduit-0.2.2.1/
> /tmp/stackage-build13/twitter-conduit-0.2.2.1$ ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )

Setup.hs:8:30: error:
    Module
    ‘Distribution.Package’
    does not export
    ‘PackageName(PackageName)’
  |
8 | import Distribution.Package (PackageName(PackageName), PackageId, InstalledPackageId, packageVersion, packageName)
  |              
himura commented 7 years ago

I've released 0.2.2.2 and this problem should have been solved in it. Let me know if this is still happening.