3 maintainer: Julien Moutinho <julm+worksheets@sourcephile.fr>
5 https://radicle.sourcephile.fr/nodes/radicle-mermet.sourcephile.fr/rad:XXXXXXXXXXXXXXXXXXXXXXXXXXXXX/issues
8 https://radicle.sourcephile.fr/nodes/radicle-mermet.sourcephile.fr/rad:XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
10 author: Julien Moutinho <julm+worksheets@sourcephile.fr>
11 copyright: Julien Moutinho <julm+worksheets@sourcephile.fr>
13 -- PVP: +-+------- breaking API changes
14 -- | | +----- non-breaking API additions
15 -- | | | +--- code changes with no API change
16 version: 0.0.0.20250603
17 stability: experimental
20 description: Worksheets
22 tested-with: GHC ==9.6.6
27 source-repository head
30 https://radicle-mermet.sourcephile.fr/XXXXXXXXXXXXXXXXXXXXXXXXXXXXX.git
32 source-repository head
34 location: rad://XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
37 default-language: Haskell2010
50 GeneralizedNewtypeDeriving
69 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
70 -Wno-partial-fields -fprint-potential-instances
71 -Wno-missing-signatures -Wno-unused-do-bind
72 -Wno-partial-type-signatures
100 import: haskell, library-deps
102 autogen-modules: Paths_worksheets
110 Worksheets.Writing.Rosetta
112 other-modules: Paths_worksheets
113 build-depends: base >=4.10 && <5
115 test-suite worksheets-tests
116 import: haskell, library-deps
117 type: exitcode-stdio-1.0
118 hs-source-dirs: tests
121 -- ExplanationNote: manual listing gives more control
122 -- especially to quickly comment-out some tests.
123 -- build-tool-depends: sydtest-discover:sydtest-discover
124 ghc-options: -threaded -rtsopts -with-rtsopts=-N
125 autogen-modules: Paths_worksheets
129 Worksheets.Writing.RosettaSpec
134 , genvalidity-containers
135 , genvalidity-sydtest
142 , validity-containers
146 --executable worksheets
147 -- import: haskell, library-deps
148 -- autogen-modules: Paths_worksheets
149 -- other-modules: Paths_worksheets
153 -- , optparse-applicative
158 -- hs-source-dirs: app