tvl-depot/users/Profpatsch/my-prelude/my-prelude.cabal
Profpatsch b3d93a5048 feat(users/Profpatsch/my-prelude): Add Test.hs
Change-Id: Icdbbd310243baf2dc9a0038d9ea5eee7c65be421
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7793
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Autosubmit: Profpatsch <mail@profpatsch.de>
2023-01-07 14:28:37 +00:00

41 lines
841 B
Text

cabal-version: 2.4
name: my-prelude
version: 0.0.1.0
author: Profpatsch
maintainer: mail@profpatsch.de
library
exposed-modules:
MyPrelude
Label
Pretty
Data.Error.Tree
Aeson
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
, aeson
, aeson-better-errors
, PyF
, validation-selective
, these
, text
, semigroupoids
, profunctors
, containers
, error
, bytestring
, mtl
, hspec
, hspec-expectations-pretty-diff
, hscolour
, nicify-lib
, ansi-terminal
, vector
default-language: Haskell2010