Adds a dependency on hssqlppp.

pull/1/head
Abhinav Sarkar 2016-01-01 14:31:46 +05:30
parent 4e4d13b94f
commit e2ecfc0b9b
4 changed files with 10 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib/hssqlppp"]
path = lib/hssqlppp
url = https://github.com/abhin4v/hssqlppp

1
lib/hssqlppp Submodule

@ -0,0 +1 @@
Subproject commit 3e0f0d0067799701d4176643e368a8c43a521ed9

View File

@ -30,7 +30,8 @@ library
text >=1.2 && <1.3,
containers >=0.5 && <0.6,
mtl >=2.1 && <2.3,
raw-strings-qq >=1.0 && <1.2
raw-strings-qq >=1.0 && <1.2,
hssqlppp ==0.5.23
ghc-options: -Wall -fno-warn-unused-do-bind -funbox-strict-fields -fno-warn-orphans -O2
default-extensions: OverloadedStrings, RecordWildCards, ScopedTypeVariables, BangPatterns,
TupleSections, CPP, NamedFieldPuns

View File

@ -6,6 +6,10 @@ resolver: lts-3.20
# Local packages, usually specified by relative directory name
packages:
- '.'
- location: lib/hssqlppp
extra-dep: true
subdirs:
- hssqlppp
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: []