diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bdf993c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/hssqlppp"] + path = lib/hssqlppp + url = https://github.com/abhin4v/hssqlppp diff --git a/lib/hssqlppp b/lib/hssqlppp new file mode 160000 index 0000000..3e0f0d0 --- /dev/null +++ b/lib/hssqlppp @@ -0,0 +1 @@ +Subproject commit 3e0f0d0067799701d4176643e368a8c43a521ed9 diff --git a/ringo.cabal b/ringo.cabal index cb0a8b2..dc2d060 100644 --- a/ringo.cabal +++ b/ringo.cabal @@ -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 diff --git a/stack.yaml b/stack.yaml index dcddbaa..c1b9d00 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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: []