Changes for making source dists.
This commit is contained in:
parent
9c683f3f67
commit
53e70d6ead
@ -9,7 +9,7 @@
|
||||
- Git clone this repository:
|
||||
|
||||
```sh
|
||||
> git clone --recursive https://github.com/abhin4v/ringo
|
||||
> git clone https://github.com/abhin4v/ringo
|
||||
```
|
||||
- Run the following commands in the terminal:
|
||||
|
||||
|
22
ringo-app/LICENSE
Normal file
22
ringo-app/LICENSE
Normal file
@ -0,0 +1,22 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Quintype, Inc
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
@ -4,7 +4,7 @@ synopsis: OLTP to OLAP schema transformer
|
||||
description: Tool to transform OLTP schemas to OLAP star schemas automatically
|
||||
homepage: http://github.com/abhin4v/ringo
|
||||
license: MIT
|
||||
license-file: ../LICENSE
|
||||
license-file: LICENSE
|
||||
author: Abhinav Sarkar
|
||||
maintainer: abhinav@abhinavsarkar.net
|
||||
copyright: 2015-2016 Quintype Inc, Nilenso Software LLP, Abhinav Sarkar
|
||||
@ -32,7 +32,7 @@ executable ringo
|
||||
Cabal >=1.18 && <1.23,
|
||||
template-haskell >=2.9 && <2.11,
|
||||
ringo
|
||||
ghc-options: -Wall -Werror -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
|
||||
default-language: Haskell2010
|
||||
|
||||
|
22
ringo/LICENSE
Normal file
22
ringo/LICENSE
Normal file
@ -0,0 +1,22 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Quintype, Inc
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
@ -4,7 +4,7 @@ synopsis: OLTP to OLAP schema transformer
|
||||
description: Tool to transform OLTP schemas to OLAP star schemas automatically
|
||||
homepage: http://github.com/abhin4v/ringo
|
||||
license: MIT
|
||||
license-file: ../LICENSE
|
||||
license-file: LICENSE
|
||||
author: Abhinav Sarkar
|
||||
maintainer: abhinav@abhinavsarkar.net
|
||||
copyright: 2015-2016 Quintype Inc, Nilenso Software LLP, Abhinav Sarkar
|
||||
@ -34,7 +34,7 @@ library
|
||||
mtl >=2.1 && <2.3,
|
||||
raw-strings-qq >=1.0 && <1.2,
|
||||
hssqlppp ==0.6.0
|
||||
ghc-options: -Wall -Werror -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
|
||||
default-language: Haskell2010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user