Support building with socks-0.6 and persistant-template-2.7

persistent-template now needs UndecidableInstances.

socks changed defaultSocksConf to take a SockAddr.
This commit is contained in:
Joey Hess 2019-07-30 12:49:37 -04:00
parent 9fd37e65d0
commit 018b5b8173
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 14 additions and 0 deletions

View file

@ -9,6 +9,7 @@
{-# LANGUAGE OverloadedStrings, GADTs, FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-}
{-# LANGUAGE RankNTypes, ScopedTypeVariables #-}
{-# LANGUAGE UndecidableInstances #-}
module Database.Keys.SQL where