HuwCampbell / grenade

Deep Learning in Haskell
BSD 2-Clause "Simplified" License
1.44k stars 84 forks source link

Now builds with ghc 7.10 and 8.0 #7

Closed erikd closed 8 years ago

HuwCampbell commented 8 years ago

I'm still getting errors with this on 8, will have a better look and get back to you.

erikd commented 8 years ago

What errors? You may need to run ./mafia clean after switching compilers.

HuwCampbell commented 8 years ago

Appears that it was just an older version of cabal failing to build one of the transient dependencies. Seems to be working fine now.

erikd commented 8 years ago

Ah yes, ghc 8.0 requires cabal >= 1.24.

HuwCampbell commented 8 years ago

Thanks, squash and I'll merge.

erikd commented 8 years ago

Done!