@hackage hamsql0.8.0.0
HamSql
Categories
License
GPL-3.0-only
Maintainer
Michael Herold <quabla@hemio.de>
Links
Versions
Installation
Dependencies (16)
- aeson >=1.0 && <1.1
- base >=4.8 && <5.0
- bytestring >=0.10 && <0.11
- directory >=1.2 && <1.3
- doctemplates >=0.1 && <0.2
- file-embed >=0.0 && <0.1 Show all…
Dependents (0)
HamSql
Interpreter for SQL-structure definitions in Yaml (YamSql)
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