Renames the library ringo to ringo-core.

master
Abhinav Sarkar 2016-10-10 01:28:05 +05:30
parent b3b9fdabf1
commit 3e7b9afe3e
No known key found for this signature in database
GPG Key ID: 7C9166A6F5465AD5
20 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ executable ringo
aeson >=0.8 && <1.1, aeson >=0.8 && <1.1,
Cabal >=1.18 && <1.25, Cabal >=1.18 && <1.25,
template-haskell >=2.9 && <2.12, template-haskell >=2.9 && <2.12,
ringo ringo-core
ghc-options: -Wall -fwarn-incomplete-uni-patterns -fno-warn-unused-do-bind 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 -O2
default-language: Haskell2010 default-language: Haskell2010

View File

@ -1,7 +1,7 @@
name: ringo name: ringo-core
version: 0.1.0.0 version: 0.1.0.0
synopsis: OLTP to OLAP schema transformer for Postgres synopsis: OLTP to OLAP schema transformer for Postgres
description: Tool to transform Postgres OLTP schemas to OLAP star schemas automatically description: Library to transform Postgres OLTP schemas to OLAP star schemas automatically
homepage: http://github.com/abhin4v/ringo homepage: http://github.com/abhin4v/ringo
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
@ -40,13 +40,13 @@ library
-fno-warn-orphans -funbox-strict-fields -O2 -fno-warn-orphans -funbox-strict-fields -O2
default-language: Haskell2010 default-language: Haskell2010
test-suite ringo-test test-suite ringo-core-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
hs-source-dirs: test, src hs-source-dirs: test, src
main-is: doctests.hs main-is: doctests.hs
if impl(ghc >= 7.10) if impl(ghc >= 7.10)
build-depends: base build-depends: base
, ringo , ringo-core
, doctest >=0.9 && <0.12 , doctest >=0.9 && <0.12
else else
buildable: False buildable: False

View File

@ -5,7 +5,7 @@ resolver: lts-7.0
# Local packages, usually specified by relative directory name # Local packages, usually specified by relative directory name
packages: packages:
- 'ringo' - 'ringo-core'
- 'ringo-app' - 'ringo-app'
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)