28 lines
604 B
Text
28 lines
604 B
Text
|
cabal-version: 2.4
|
||
|
name: my-prelude
|
||
|
version: 0.0.1.0
|
||
|
author: Profpatsch
|
||
|
maintainer: mail@profpatsch.de
|
||
|
|
||
|
library
|
||
|
exposed-modules: MyPrelude
|
||
|
|
||
|
-- 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.1.0
|
||
|
, PyF
|
||
|
, validation-selective
|
||
|
, these
|
||
|
, text
|
||
|
, semigroupoids
|
||
|
, profunctors
|
||
|
, containers
|
||
|
, error
|
||
|
, bytestring
|
||
|
, mtl
|
||
|
default-language: Haskell2010
|