about summary refs log tree commit diff
path: root/users/Profpatsch/my-prelude/my-prelude.cabal
blob: 8c41e179b2c5463418fde7add1fa6297ca7e5200 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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