File tree 5 files changed +24
-24
lines changed
5 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Project Lighthouse Client for Haskell
2
2
3
- [ ![ Build] ( https://github.com/fwcd /lighthouse-haskell/actions/workflows/build.yml/badge.svg )] ( https://github.com/fwcd /lighthouse-haskell/actions/workflows/build.yml )
4
- [ ![ Docs] ( https://github.com/fwcd /lighthouse-haskell/actions/workflows/docs.yml/badge.svg )] ( https://fwcd .github.io/lighthouse-haskell )
3
+ [ ![ Build] ( https://github.com/ProjectLighthouseCAU /lighthouse-haskell/actions/workflows/build.yml/badge.svg )] ( https://github.com/ProjectLighthouseCAU /lighthouse-haskell/actions/workflows/build.yml )
4
+ [ ![ Docs] ( https://github.com/ProjectLighthouseCAU /lighthouse-haskell/actions/workflows/docs.yml/badge.svg )] ( https://projectlighthousecau .github.io/lighthouse-haskell )
5
5
6
6
An API client for a light installation at the University of Kiel written in Haskell.
7
7
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.5 .
3
+ -- This file has been generated from package.yaml by hpack version 0.35.2 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : lighthouse-client
8
8
version : 0.1.0.0
9
- synopsis : Project Lighthouse API client
10
- description : Please see the README on GitHub at <https://github.com/fwcd /project-lighthouse-haskell#readme>
9
+ synopsis : Project Lighthouse client SDK
10
+ description : Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell#readme>
11
11
category : Web
12
- homepage : https://github.com/fwcd /project-lighthouse-haskell#readme
13
- bug-reports : https://github.com/fwcd /project-lighthouse-haskell/issues
14
- author : fwcd
15
- maintainer : fwcd
12
+ homepage : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell#readme
13
+ bug-reports : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell/issues
14
+ author : Project Lighthouse team
15
+ maintainer : Project Lighthouse team
16
16
copyright : 2020 fwcd
17
17
license : BSD3
18
18
build-type : Simple
@@ -21,7 +21,7 @@ extra-source-files:
21
21
22
22
source-repository head
23
23
type : git
24
- location : https://github.com/fwcd /project-lighthouse-haskell
24
+ location : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell
25
25
26
26
library
27
27
exposed-modules :
Original file line number Diff line number Diff line change 1
1
name : lighthouse-client
2
2
version : 0.1.0.0
3
- github : " fwcd /project-lighthouse-haskell"
3
+ github : " ProjectLighthouseCAU /project-lighthouse-haskell"
4
4
license : BSD3
5
- author : " fwcd "
5
+ author : " Project Lighthouse team "
6
6
copyright : " 2020 fwcd"
7
7
8
8
extra-source-files :
9
9
- README.md
10
10
11
- synopsis : Project Lighthouse API client
11
+ synopsis : Project Lighthouse client SDK
12
12
category : Web
13
13
14
14
# To avoid duplicated efforts in documentation and dealing with the
15
15
# complications of embedding Haddock markup inside cabal files, it is
16
16
# common to point users to the README.md file.
17
- description : Please see the README on GitHub at <https://github.com/fwcd /project-lighthouse-haskell#readme>
17
+ description : Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell#readme>
18
18
19
19
dependencies :
20
20
- base >= 4.14 && < 5
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.34.5 .
3
+ -- This file has been generated from package.yaml by hpack version 0.35.2 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : lighthouse-demo
8
8
version : 0.1.0.0
9
9
synopsis : Demo of the Lighthouse API
10
- description : Please see the README on GitHub at <https://github.com/fwcd/project- lighthouse-haskell#readme>
10
+ description : Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/ lighthouse-haskell#readme>
11
11
category : Application
12
- homepage : https://github.com/fwcd /project-lighthouse-haskell#readme
13
- bug-reports : https://github.com/fwcd /project-lighthouse-haskell/issues
14
- author : fwcd
15
- maintainer : fwcd
12
+ homepage : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell#readme
13
+ bug-reports : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell/issues
14
+ author : Project Lighthouse team
15
+ maintainer : Project Lighthouse team
16
16
copyright : 2020 fwcd
17
17
license : BSD3
18
18
build-type : Simple
@@ -21,7 +21,7 @@ extra-source-files:
21
21
22
22
source-repository head
23
23
type : git
24
- location : https://github.com/fwcd /project-lighthouse-haskell
24
+ location : https://github.com/ProjectLighthouseCAU /project-lighthouse-haskell
25
25
26
26
executable lighthouse-demo
27
27
main-is : Main.hs
Original file line number Diff line number Diff line change 1
1
name : lighthouse-demo
2
2
version : 0.1.0.0
3
- github : " fwcd /project-lighthouse-haskell"
3
+ github : " ProjectLighthouseCAU /project-lighthouse-haskell"
4
4
license : BSD3
5
- author : " fwcd "
5
+ author : " Project Lighthouse team "
6
6
copyright : " 2020 fwcd"
7
7
8
8
extra-source-files :
@@ -14,7 +14,7 @@ category: Application
14
14
# To avoid duplicated efforts in documentation and dealing with the
15
15
# complications of embedding Haddock markup inside cabal files, it is
16
16
# common to point users to the README.md file.
17
- description : Please see the README on GitHub at <https://github.com/fwcd/project- lighthouse-haskell#readme>
17
+ description : Please see the README on GitHub at <https://github.com/ProjectLighthouseCAU/ lighthouse-haskell#readme>
18
18
19
19
dependencies :
20
20
- base >= 4.14 && < 5
You can’t perform that action at this time.
0 commit comments