haskell-relational-record/relational-schemas
Herbert Valerio Riedel 8fcc5c7b91 Fix compile failure w/ GHC 7.4.2
This replaces the sub-optimal use of cabal flags with
a more robust & idiomatic conditional pattern for depending
on ghc-prim.

This is also reduces the complexity for the cabal solver, since
there are no flags to solve for anymore.

Fixes #52
2017-04-08 21:49:57 +02:00
..
src/Database/Relational/Schema relational-schemas: drop unused implicit imports 2017-04-07 17:30:12 +09:00
ChangeLog.md relational-schemas: bump. 2017-04-07 17:34:11 +09:00
GNUmakefile Add makefile link for developers. 2013-12-26 01:46:07 +09:00
LICENSE Divide relational-query package into query and schemas. 2013-12-26 01:13:36 +09:00
relational-schemas.cabal Fix compile failure w/ GHC 7.4.2 2017-04-08 21:49:57 +02:00
Setup.hs Divide relational-query package into query and schemas. 2013-12-26 01:13:36 +09:00