Skip to content

Commit

Permalink
Merge pull request #114 from spiegela/master
Browse files Browse the repository at this point in the history
Move epgsql deps dir to match rebar location
  • Loading branch information
jfacorro committed Feb 18, 2015
2 parents 0fb1c18 + d8ed147 commit 1901b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PROJECT = sumo_db

DEPS = lager emysql emongo tirerl pgsql wpool
DEPS = lager emysql emongo tirerl epgsql wpool

dep_lager = git https://github.com/basho/lager.git 2.1.0
dep_emysql = git https://github.com/Eonblast/Emysql.git v0.4.1
dep_emongo = git https://github.com/inaka/emongo.git v0.2.1
dep_tirerl = git https://github.com/inaka/tirerl 0.1.0
dep_pgsql = git https://github.com/epgsql/epgsql 2.0.0
dep_epgsql = git https://github.com/epgsql/epgsql 2.0.0
dep_wpool = git https://github.com/inaka/worker_pool.git 1.0

TEST_DEPS = mixer
Expand Down
2 changes: 1 addition & 1 deletion src/sumo_store_pgsql.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-author("Juan Facorro <[email protected]>").
-license("Apache License 2.0").

-include_lib("pgsql/include/pgsql.hrl").
-include_lib("epgsql/include/pgsql.hrl").

-behavior(sumo_store).

Expand Down

0 comments on commit 1901b1d

Please sign in to comment.