rainbow quox
This commit is contained in:
parent
e35f46003b
commit
e14bc51fff
16 changed files with 1021 additions and 802 deletions
12
rainbow-quox/make-palette/make-palette.cabal
Normal file
12
rainbow-quox/make-palette/make-palette.cabal
Normal file
|
@ -0,0 +1,12 @@
|
|||
cabal-version: 3.0
|
||||
|
||||
name: make-palette
|
||||
version: 0
|
||||
|
||||
executable make-palette
|
||||
hs-source-dirs: .
|
||||
build-depends: base, text, svg-builder
|
||||
default-language: GHC2024
|
||||
default-extensions: OverloadedStrings, PatternSynonyms
|
||||
main-is: make-palette.hs
|
||||
ghc-options: -Wall
|
Loading…
Add table
Add a link
Reference in a new issue