mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 22:02:07 +03:00
Make the example compatible with current hrr
This commit is contained in:
parent
8873268376
commit
8043030bc1
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-}
|
||||
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses, FlexibleInstances #-}
|
||||
|
||||
module HrrDatatypeTest where
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user