70 lines
1.8 KiB
Plaintext
70 lines
1.8 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.37.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: ris-utils
|
|
version: 0.0.3
|
|
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-utils#readme>
|
|
homepage: https://git.fiskhamn.se/steffenomak/ris-utils#readme
|
|
author: Stefan Risberg
|
|
maintainer: steffenomak@gmail.com
|
|
copyright: 2023 Stefan Risberg
|
|
license: BSD3
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
|
|
library
|
|
exposed-modules:
|
|
Effects.Log
|
|
Effects.Time
|
|
Terminal
|
|
other-modules:
|
|
Paths_ris_utils
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions:
|
|
BangPatterns
|
|
BlockArguments
|
|
ConstraintKinds
|
|
DataKinds
|
|
DeriveAnyClass
|
|
DeriveGeneric
|
|
DuplicateRecordFields
|
|
FlexibleContexts
|
|
FlexibleInstances
|
|
GADTs
|
|
LambdaCase
|
|
MultiParamTypeClasses
|
|
OverloadedLabels
|
|
OverloadedStrings
|
|
PolyKinds
|
|
QuasiQuotes
|
|
RankNTypes
|
|
ScopedTypeVariables
|
|
TemplateHaskell
|
|
TupleSections
|
|
TypeApplications
|
|
TypeFamilies
|
|
TypeOperators
|
|
UndecidableInstances
|
|
StandaloneDeriving
|
|
ImportQualifiedPost
|
|
LambdaCase
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, bytestring ==0.11.*
|
|
, chronos >=1.1.5 && <2
|
|
, co-log-core ==0.3.*
|
|
, effectful >=2.2.2.0 && <3
|
|
, effectful-core >=2.2.2.0 && <3
|
|
, effectful-th ==1.*
|
|
, string-conv ==0.2.*
|
|
, text ==2.*
|
|
, torsor ==0.1.*
|
|
, unliftio ==0.2.*
|
|
default-language: Haskell2010
|