File: basic-prelude.cabal

package info (click to toggle)
haskell-basic-prelude 0.7.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 410; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (4)
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
42
43
44
45
46
47
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9e2114ea9be10fb6a3831b21030119adfd0bc5db6f95b840818e819bb39d4cb5

name:           basic-prelude
version:        0.7.0
synopsis:       An enhanced core prelude; a common foundation for alternate preludes.
description:    Please see the README on Github at <https://github.com/snoyberg/basic-prelude#readme>
category:       Control, Prelude
homepage:       https://github.com/snoyberg/basic-prelude#readme
bug-reports:    https://github.com/snoyberg/basic-prelude/issues
author:         Michael Snoyman, Dan Burton
maintainer:     michael@snoyman.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/snoyberg/basic-prelude

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.6 && <5
    , bytestring
    , containers
    , filepath
    , hashable
    , text
    , transformers
    , unordered-containers
    , vector
  exposed-modules:
      BasicPrelude
      CorePrelude
  other-modules:
      Paths_basic_prelude
  default-language: Haskell2010