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