-
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
-
Just cloned hedis repo, and did:
```
➜ hedis git:(master) ✗ stack --version
Version 0.1.2.1, Git revision bf952bc6f6058f979c704680d34fa07a9f021778
➜ hedis git:(master) stack build
Run from outside …
-
```
{-# LANGUAGE OverloadedStrings #-}
import Control.Concurrent
import qualified Data.ByteString.Char8 as B
import Database.Redis
main :: IO ()
main = do
conn putStrLn "Potato!"
```
The progra…
-
Compare Redis & Hedis benchmark
-
Add JSON, XML format, ...etc.
-
related hedisdb/hedis-connector-template#1
-
We would like to distribute hedis-0.6.5 in NixOS, but our attempts to build it currently fail because we've updated to bytestring-lexing-0.5.x already, which the build doesn't support.
-
I got this message while trying to build https://github.com/yesodweb/serversession (at commit dc34513) on lts-2.10. (Looking into #120.)
```
stack: The following packages are shadowed by local packag…
-
This is a newbie issue :). Just tried `stack` on my https://github.com/yesodweb/serversession WIP. Here's the last of a series of tries of `stack build`ing:
```
$ stack build
Installing dependencie…
-
I recently had the pleasure of using Hedis in a project I was working on (I can't say details about the project). It was a great, clean library that was an absolute pleasure to use, except in one area…