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

master
Abhinav Sarkar 7 years ago
parent 094eedc4c9
commit ffcb04f503
No known key found for this signature in database
GPG Key ID: 7C9166A6F5465AD5

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

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

Loading…
Cancel
Save