-
```
Configuring cryptohash-cryptoapi-0.1.2...
Building cryptohash-cryptoapi-0.1.2...
Preprocessing library cryptohash-cryptoapi-0.1.2...
[1 of 1] Compiling Crypto.Hash.CryptoAPI ( Crypto/Hash/CryptoAP…
trofi updated
8 years ago
-
most likely a missing upper bound
```
Resolving dependencies...
Failed to install store-0.2.0.0
Build log ( /tmp/extra29507647803/.cabal-sandbox/logs/store-0.2.0.0.log ):
Configuring store-0.2.0.0...…
-
We're getting the following build error with GHC 8.0.1:
```
[ 96s] [8 of 8] Compiling Database.MongoDB.Transport.Tls ( Database/MongoDB/Transport/Tls.hs, dist/build/Database/MongoDB/Transport/Tls.o…
-
Currently the .cabal file specifies cryptohash ==0.11.6.*
-
I had the following error when installing Tangoroa
cabal: Error: some packages failed to install:
SHA2-0.2.5 failed during the building phase. The exception was:
ExitFailure 1
-
The following sample program
``` hs
{-# LANGUAGE OverloadedStrings #-}
import Data.Digest.Pure.MD5
import Control.Monad
import System.Info
main = do
print (os, arch)
forM_ ["", "a", "abc"] $ \s…
-
I started playing around to see what changes are needed to build with GHC 8.0.1. I haven't tried to understand the source base, but perhaps this work will help someone who does more quickly update thi…
-
The implementation in https://github.com/commercialhaskell/stack/pull/2223 only lists direct deps. While not super likely, variations in the indirect deps chosen by cabal-install could also cause une…
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago
-
How to reproduce (may need a patched `zip-archive` to workaround #3394) on Linux:
```
$ cabal --version
cabal-install version 1.25.0.0
compiled using version 1.25.0.0 of the Cabal library
$ cabal g…