Renames the application ringo-app to ringo.

master
Abhinav Sarkar 7 years ago
parent 3e7b9afe3e
commit fd8a5ce540
No known key found for this signature in database
GPG Key ID: 7C9166A6F5465AD5
  1. 0
      ringo/LICENSE
  2. 0
      ringo/Setup.hs
  3. 2
      ringo/ringo.cabal
  4. 0
      ringo/src/Distribution/CurrentPackageDescription.hs
  5. 0
      ringo/src/Main.hs
  6. 0
      ringo/src/Ringo/ArgParser.hs
  7. 0
      ringo/src/Ringo/InputParser.hs
  8. 2
      stack.yaml

@ -1,4 +1,4 @@
name: ringo-app
name: ringo
version: 0.1.0.0
synopsis: OLTP to OLAP schema transformer
description: Tool to transform OLTP schemas to OLAP star schemas automatically

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

Loading…
Cancel
Save