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:
parent
9fd37e65d0
commit
018b5b8173
7 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
{-# LANGUAGE OverloadedStrings, GADTs, FlexibleContexts #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-}
|
||||
{-# LANGUAGE RankNTypes, ScopedTypeVariables #-}
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
|
||||
module Database.Keys.SQL where
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue