Skip to content

Commit d4f9524

Browse files
committed
Update the Cabal file
1 parent 977cf09 commit d4f9524

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

icfpc-y2026.cabal

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
1-
cabal-version: 2.2
1+
cabal-version: 1.12
22

33
-- This file has been generated from package.yaml by hpack version 0.39.6.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: icfpc-y2026
88
version: 0.1.0.0
9-
description: Please see the README on GitHub at <https://github.com/githubuser/icfpc-y2026#readme>
10-
homepage: https://github.com/githubuser/icfpc-y2026#readme
11-
bug-reports: https://github.com/githubuser/icfpc-y2026/issues
12-
author: Author name here
13-
maintainer: example@example.com
14-
copyright: 2026 Author name here
15-
license: BSD-3-Clause
9+
description: Please see the README on GitHub at <https://github.com/codingteam/icfpc-y2026#readme>
10+
homepage: https://github.com/codingteam/icfpc-y2026#readme
11+
bug-reports: https://github.com/codingteam/icfpc-y2026/issues
12+
author: codingteam
13+
maintainer: https://github.com/codingteam
14+
copyright: 2026 codingteam
15+
license: MIT
1616
build-type: Simple
1717
extra-source-files:
1818
README.md
1919
CHANGELOG.md
2020

2121
source-repository head
2222
type: git
23-
location: https://github.com/githubuser/icfpc-y2026
23+
location: https://github.com/codingteam/icfpc-y2026
2424

2525
library
2626
exposed-modules:
2727
Lib
2828
other-modules:
2929
Paths_icfpc_y2026
30-
autogen-modules:
31-
Paths_icfpc_y2026
3230
hs-source-dirs:
3331
src
3432
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
@@ -40,8 +38,6 @@ executable icfpc-y2026-exe
4038
main-is: Main.hs
4139
other-modules:
4240
Paths_icfpc_y2026
43-
autogen-modules:
44-
Paths_icfpc_y2026
4541
hs-source-dirs:
4642
app
4743
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
@@ -55,8 +51,6 @@ test-suite icfpc-y2026-test
5551
main-is: Spec.hs
5652
other-modules:
5753
Paths_icfpc_y2026
58-
autogen-modules:
59-
Paths_icfpc_y2026
6054
hs-source-dirs:
6155
test
6256
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)