tvl-depot/users/Profpatsch/my-prelude/my-prelude.cabal
Profpatsch 8c4730c433 chore(users/Profpatsch/*): more cabal maintenance
Change-Id: Ib1714abce2815873eb50dbeac088e812fa9098ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8686
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Autosubmit: Profpatsch <mail@profpatsch.de>
2023-07-13 23:03:09 +00:00

44 lines
896 B
Text

cabal-version: 3.0
name: my-prelude
version: 0.0.1.0
author: Profpatsch
maintainer: mail@profpatsch.de
library
exposed-modules:
MyPrelude
Pretty
Aeson
RunCommand
Test
-- Modules included in this executable, other than Main.
-- other-modules:
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends:
base >=4.15 && <5
, pa-label
, pa-error-tree
, aeson
, aeson-better-errors
, PyF
, validation-selective
, these
, text
, semigroupoids
, profunctors
, containers
, error
, exceptions
, bytestring
, mtl
, hspec
, hspec-expectations-pretty-diff
, hscolour
, nicify-lib
, typed-process
, ansi-terminal
, vector
default-language: GHC2021