2022-07-17 18:22:25 +02:00
|
|
|
cabal-version: 2.4
|
|
|
|
name: my-prelude
|
|
|
|
version: 0.0.1.0
|
|
|
|
author: Profpatsch
|
|
|
|
maintainer: mail@profpatsch.de
|
|
|
|
|
|
|
|
library
|
2022-12-31 17:11:57 +01:00
|
|
|
exposed-modules:
|
|
|
|
MyPrelude
|
|
|
|
Label
|
2023-01-01 22:44:02 +01:00
|
|
|
Pretty
|
2023-01-02 03:02:48 +01:00
|
|
|
Data.Error.Tree
|
|
|
|
Aeson
|
2022-07-17 18:22:25 +02:00
|
|
|
|
|
|
|
-- Modules included in this executable, other than Main.
|
|
|
|
-- other-modules:
|
|
|
|
|
|
|
|
-- LANGUAGE extensions used by modules in this package.
|
|
|
|
-- other-extensions:
|
|
|
|
build-depends:
|
2022-12-27 14:32:52 +01:00
|
|
|
base >=4.15 && <5
|
2023-01-02 03:02:48 +01:00
|
|
|
, aeson
|
|
|
|
, aeson-better-errors
|
2022-07-17 18:22:25 +02:00
|
|
|
, PyF
|
|
|
|
, validation-selective
|
|
|
|
, these
|
|
|
|
, text
|
|
|
|
, semigroupoids
|
|
|
|
, profunctors
|
|
|
|
, containers
|
|
|
|
, error
|
|
|
|
, bytestring
|
|
|
|
, mtl
|
2023-01-02 03:02:48 +01:00
|
|
|
, hspec
|
|
|
|
, hspec-expectations-pretty-diff
|
2023-01-01 22:44:02 +01:00
|
|
|
, hscolour
|
|
|
|
, nicify-lib
|
|
|
|
, ansi-terminal
|
2023-01-02 03:02:48 +01:00
|
|
|
, vector
|
2022-07-17 18:22:25 +02:00
|
|
|
default-language: Haskell2010
|