sheets-0.1.0.0: sheets.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
name: sheets
version: 0.1.0.0
synopsis: Spreadsheet type for composite.
description: Spreadsheet type for composite.
category: Web
author: Daniel Firth
maintainer: dan.firth@homotopic.tech
copyright: 2022 Daniel Firth
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://gitlab.homotopic.tech/haskell/sheets
library
exposed-modules:
Composite.Sheet
other-modules:
Paths_sheets
hs-source-dirs:
src
default-extensions:
AllowAmbiguousTypes
DeriveGeneric
DerivingStrategies
FlexibleContexts
FlexibleInstances
GADTs
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeOperators
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
, cassava
, composite-base
, composite-cassava
, text
, vector
default-language: Haskell2010