From ffcb04f5037c64959ef611b1dc5097f527140baa Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Mon, 10 Oct 2016 09:12:09 +0530 Subject: [PATCH] Removes optimization flag from lib cabal, changes desc in app cabal. --- ringo-core/ringo-core.cabal | 2 +- ringo/ringo.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ringo-core/ringo-core.cabal b/ringo-core/ringo-core.cabal index 24971f8..51eddaf 100644 --- a/ringo-core/ringo-core.cabal +++ b/ringo-core/ringo-core.cabal @@ -37,7 +37,7 @@ library raw-strings-qq >=1.0 && <1.2, hssqlppp ==0.6.0 ghc-options: -Wall -fwarn-incomplete-uni-patterns -fno-warn-unused-do-bind - -fno-warn-orphans -funbox-strict-fields -O2 + -fno-warn-orphans -funbox-strict-fields default-language: Haskell2010 test-suite ringo-core-test diff --git a/ringo/ringo.cabal b/ringo/ringo.cabal index 07a1f61..3278491 100644 --- a/ringo/ringo.cabal +++ b/ringo/ringo.cabal @@ -1,7 +1,7 @@ name: ringo version: 0.1.0.0 -synopsis: OLTP to OLAP schema transformer -description: Tool to transform OLTP schemas to OLAP star schemas automatically +synopsis: OLTP to OLAP schema transformer for Postgres +description: Tool to transform Postgres OLTP schemas to OLAP star schemas automatically homepage: http://github.com/abhin4v/ringo license: MIT license-file: LICENSE