jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 29 forks source link

1.0.1 is not cabal-installable #9

Closed astanin closed 14 years ago

astanin commented 14 years ago

When trying to install the new twidge from Hackage, I get this error message:

$ cabal install twidge 
Resolving dependencies...
Configuring twidge-1.0.1...
Preprocessing executables for twidge-1.0.1...
Building twidge-1.0.1...

Download.hs:44:7:
    Could not find module `OAuth':
      Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
twidge-1.0.1 failed during the building phase. The exception was:
ExitFailure 1

I installed from the source directory successfully (runghc Setup.lhs configure --user ... etc.). OAuth.hs and TwidgeHttpClient.hs are missing from the hackage tarball.

jgoerzen commented 14 years ago

That was already fixed in df83a79b73acf2f465a8df7835dd89450ebcae7b and d286a00db480602ab6fe39b063c4068e528abe90 and uploaded to Hackage as 1.0.1.1.