feat: documentation and box layout

This commit is contained in:
vegowotenks 2025-07-18 18:05:38 +02:00
parent cd5de79e24
commit e1f2d5b5ef
6 changed files with 68 additions and 68 deletions

View file

@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
@ -7,22 +7,15 @@ cabal-version: 2.2
name: solvedoku
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/solvedoku#readme>
homepage: https://github.com/githubuser/solvedoku#readme
bug-reports: https://github.com/githubuser/solvedoku/issues
author: Author name here
maintainer: example@example.com
copyright: 2025 Author name here
license: BSD-3-Clause
license-file: LICENSE
author: VegOwOtenks
maintainer: vegowotenks@jossco.de
copyright: 2025 VegOwOtenks
license: AGPL-3.0
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/githubuser/solvedoku
library
exposed-modules:
Data.Enum.Util
@ -38,8 +31,6 @@ library
Sudoku.Triple
other-modules:
Paths_solvedoku
autogen-modules:
Paths_solvedoku
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
@ -59,8 +50,6 @@ executable solvedoku-exe
main-is: Main.hs
other-modules:
Paths_solvedoku
autogen-modules:
Paths_solvedoku
hs-source-dirs:
app
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
@ -82,8 +71,6 @@ test-suite solvedoku-test
main-is: Spec.hs
other-modules:
Paths_solvedoku
autogen-modules:
Paths_solvedoku
hs-source-dirs:
test
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