Make the example compatible with current hrr

This commit is contained in:
amutake 2014-05-15 10:36:17 +09:00
parent 8873268376
commit 8043030bc1
2 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@ executable hrr-oracle-example
other-modules: DataSource
-- other-extensions:
build-depends: base <5
, DB-record
, persistable-record
, HDBC
, HDBC-odbc
, HDBC-session
, relational-join
, relational-query
, relational-query-HDBC
, relational-Oracle
, template-haskell

View File

@ -1,4 +1,4 @@
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-}
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses, FlexibleInstances #-}
module HrrDatatypeTest where