File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v0.4.1
2+ - First release used in production
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Interpreter for SQL-structure definitions in Yaml (YamSql)
99
1010Install haskell compiler and required libraries:
1111
12- apt-get install haskell-platform
12+ apt-get install haskell-platform make
1313 apt-get install libghc-missingh-dev libghc-optparse-applicative-dev \
1414 libghc-pandoc-dev libghc-postgresql-simple-dev libghc-yaml-dev
1515
Original file line number Diff line number Diff line change 1+ -- This file is part of HamSql
2+ --
3+ -- Copyright 2014-2015 by it's authors.
4+ -- Some rights reserved. See COPYING, AUTHORS.
5+
16import Options.Applicative (execParser )
27import Network.URL
38import Data.List
Original file line number Diff line number Diff line change 11-- This file is part of HamSql
22--
3- -- Copyright 2014 by it's authors.
3+ -- Copyright 2014-2015 by it's authors.
44-- Some rights reserved. See COPYING, AUTHORS.
55
66module Sql.Statement.Create where
You can’t perform that action at this time.
0 commit comments