mirror of
https://github.com/srid/rib.git
synced 2024-12-02 10:23:46 +03:00
24 lines
647 B
Plaintext
24 lines
647 B
Plaintext
cabal-version: 2.4
|
|
|
|
name: doc
|
|
version: 0.1.0.0
|
|
license: BSD-3-Clause
|
|
author: Sridhar Ratnakumar
|
|
maintainer: srid@srid.ca
|
|
category: Web
|
|
|
|
executable rib-doc-site
|
|
main-is: Main.hs
|
|
build-depends: base ^>=4.12.0.0
|
|
, aeson
|
|
, bytestring
|
|
, clay
|
|
, containers
|
|
, lucid
|
|
, pandoc
|
|
, profunctors
|
|
, rib
|
|
, shake
|
|
, text
|
|
default-language: Haskell2010
|