relational-query 0.8.3.2 → 0.8.3.3
raw patch · 2 files changed
+4/−5 lines, 2 files
Files
relational-query.cabal view
@@ -1,5 +1,5 @@ name: relational-query-version: 0.8.3.2+version: 0.8.3.3 synopsis: Typeful, Modular, Relational, algebraic query engine description: This package contiains typeful relation structure and relational-algebraic query building DSL which can@@ -18,7 +18,7 @@ category: Database build-type: Simple cabal-version: >=1.10-tested-with: GHC == 8.0.1+tested-with: GHC == 8.0.1, GHC == 8.0.2 , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3 , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4 , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3@@ -87,7 +87,7 @@ , persistable-record >= 0.3 hs-source-dirs: src- ghc-options: -Wall+ ghc-options: -Wall -fsimpl-tick-factor=200 default-language: Haskell2010 @@ -105,7 +105,7 @@ Model hs-source-dirs: test- ghc-options: -Wall+ ghc-options: -Wall -fsimpl-tick-factor=200 default-language: Haskell2010
src/Database/Relational/Query/Relation.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE FlexibleContexts #-}-{-# OPTIONS_GHC -fsimpl-tick-factor=200 #-} -- | -- Module : Database.Relational.Query.Relation