@hackage hamsql0.8.0.0

HamSql

HamSql

Interpreter for SQL-structure definitions in Yaml (YamSql)

build status Hackage-Deps Hackage

Building HamSql on Debian

Install haskell compiler and required libraries:

apt install \
 make \
 ghc \
 cabal-install \
 libghc-aeson-dev \
 libghc-file-embed-dev \
 libghc-network-uri-dev \
 libghc-optparse-applicative-dev \
 libghc-pandoc-dev \
 libghc-postgresql-simple-dev \
 libghc-text-dev \
 libghc-unordered-containers-dev \
 libghc-yaml-dev

Now you can

make
make install

Completly building from sources

apt install make ghc cabal-install libpq-dev happy
make
  • Installation

  • Dependencies (0)

  • Dependents (0)