tvl-depot/users/Profpatsch/my-prelude/my-prelude.cabal
Profpatsch 6a15e8e71a chore(users/Profpatsch): replace Label with pa-label
We upstreamed some of these modules to hackage, so I can get rid of it
here.

Change-Id: I70e1e864a81029cadbbd96cc019a768728431cff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8659
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: sterni <sternenseemann@systemli.org>
2023-07-13 20:50:56 +00:00

44 lines
897 B
Text

cabal-version: 2.4
name: my-prelude
version: 0.0.1.0
author: Profpatsch
maintainer: mail@profpatsch.de
library
exposed-modules:
MyPrelude
Pretty
Data.Error.Tree
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
, 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