Skip to content

Commit db42032

Browse files
committedAug 22, 2020
MIT License
1 parent a157594 commit db42032

File tree

3 files changed

+22
-45
lines changed

3 files changed

+22
-45
lines changed
 

‎LICENSE

+4-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,7 @@
1-
Copyright Author name here (c) 2020
1+
Copyright 2020 Yusuke Nojima
22

3-
All rights reserved.
3+
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:
44

5-
Redistribution and use in source and binary forms, with or without
6-
modification, are permitted provided that the following conditions are met:
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76

8-
* Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
10-
11-
* Redistributions in binary form must reproduce the above
12-
copyright notice, this list of conditions and the following
13-
disclaimer in the documentation and/or other materials provided
14-
with the distribution.
15-
16-
* Neither the name of Author name here nor the names of other
17-
contributors may be used to endorse or promote products derived
18-
from this software without specific prior written permission.
19-
20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26-
LIMITED TO, PROCUREMENT OF substituteTypeByEnv GOODS OR SERVICES; LOSS OF USE,
27-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7+
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.

‎package.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: typed-lambda
2-
version: 0.1.0.0
3-
github: "githubuser/typed-lambda"
4-
license: BSD3
5-
author: "Author name here"
6-
maintainer: "example@example.com"
7-
copyright: "2020 Author name here"
2+
version: 1.0.0.0
3+
github: "nojima/typed-lambda"
4+
license: MIT
5+
author: "Yusuke Nojima"
6+
maintainer: "nojima@ynojima.com"
7+
copyright: "2020 Yusuke Nojima"
88

99
extra-source-files:
1010
- README.md
@@ -17,7 +17,7 @@ extra-source-files:
1717
# To avoid duplicated efforts in documentation and dealing with the
1818
# complications of embedding Haddock markup inside cabal files, it is
1919
# common to point users to the README.md file.
20-
description: Please see the README on GitHub at <https://github.com/githubuser/typed-lambda#readme>
20+
description: Please see the README on GitHub at <https://github.com/nojima/typed-lambda#readme>
2121

2222
dependencies:
2323
- base >= 4.7 && < 5

‎typed-lambda.cabal

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.31.2.
3+
-- This file has been generated from package.yaml by hpack version 0.33.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: e931005a65f99c9eab02dfaf6ab88f59c7c2c755f680f101c8f89e146e9a9b26
7+
-- hash: add286e5a225977ae2102f4eae482131b2f534b74cfd20cf3dd02038c433da42
88

99
name: typed-lambda
10-
version: 0.1.0.0
11-
description: Please see the README on GitHub at <https://github.com/githubuser/typed-lambda#readme>
12-
homepage: https://github.com/githubuser/typed-lambda#readme
13-
bug-reports: https://github.com/githubuser/typed-lambda/issues
14-
author: Author name here
15-
maintainer: example@example.com
16-
copyright: 2020 Author name here
17-
license: BSD3
10+
version: 1.0.0.0
11+
description: Please see the README on GitHub at <https://github.com/nojima/typed-lambda#readme>
12+
homepage: https://github.com/nojima/typed-lambda#readme
13+
bug-reports: https://github.com/nojima/typed-lambda/issues
14+
author: Yusuke Nojima
15+
maintainer: nojima@ynojima.com
16+
copyright: 2020 Yusuke Nojima
17+
license: MIT
1818
license-file: LICENSE
1919
build-type: Simple
2020
extra-source-files:
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: https://github.com/githubuser/typed-lambda
26+
location: https://github.com/nojima/typed-lambda
2727

2828
library
2929
exposed-modules:

0 commit comments

Comments
 (0)
Please sign in to comment.