Removes optimization flag from lib cabal, changes desc in app cabal.

master
Abhinav Sarkar 2016-10-10 09:12:09 +05:30
parent 094eedc4c9
commit ffcb04f503
No known key found for this signature in database
GPG Key ID: 7C9166A6F5465AD5
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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