From 237d1318596675b112d4578eeb0d840e3b2c609c Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Fri, 18 Oct 2019 11:35:52 +0200 Subject: [PATCH] Update meta data in spago.dhall --- spago.dhall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spago.dhall b/spago.dhall index f8b9973..7e59476 100644 --- a/spago.dhall +++ b/spago.dhall @@ -4,6 +4,7 @@ You can edit this file as you like. -} { name = "my-project" +, license = "BSD-3-Clause" , dependencies = [ "aff" , "arrays" @@ -33,6 +34,7 @@ You can edit this file as you like. ] , packages = ./packages.dhall +, repository = "https://github.com/rightfold/purescript-postgresql-client.git" , sources = [ "src/**/*.purs", "test/**/*.purs" ] }