Skip to content

Commit 6b8cae1

Browse files
author
Michael Herold
committed
Releases v0.4.1
1 parent 0b2f322 commit 6b8cae1

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v0.4.1
2+
- First release used in production

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Interpreter for SQL-structure definitions in Yaml (YamSql)
99

1010
Install 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

src/Main.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-- This file is part of HamSql
2+
--
3+
-- Copyright 2014-2015 by it's authors.
4+
-- Some rights reserved. See COPYING, AUTHORS.
5+
16
import Options.Applicative (execParser)
27
import Network.URL
38
import Data.List

src/Sql/Statement/Create.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
module Sql.Statement.Create where

0 commit comments

Comments
 (0)