about summary refs log blame commit diff
path: root/users/Profpatsch/my-prelude/my-prelude.cabal
blob: 508bbba055dc081b0064a1edde207b09d4713a6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                      


                    






                                                            
                        










                                 
cabal-version:      2.4
name:               my-prelude
version:            0.0.1.0
author:             Profpatsch
maintainer:         mail@profpatsch.de

library
    exposed-modules:
      MyPrelude
      Label

    -- 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
     , PyF
     , validation-selective
     , these
     , text
     , semigroupoids
     , profunctors
     , containers
     , error
     , bytestring
     , mtl
    default-language: Haskell2010