forked from mjaskelioff/CursoRio2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CursoRio2020.cabal
41 lines (37 loc) · 1.03 KB
/
CursoRio2020.cabal
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: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: cadf9d4cc45a4e8281d03533072d037f1029e13ef3dde5868e6a2b865ff7a9bc
name: CursoRio2020
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/mjaskelioff/CursoRio2020#readme>
homepage: https://github.com/mjaskelioff/CursoRio2020#readme
bug-reports: https://github.com/mjaskelioff/CursoRio2020/issues
author: Mauro Jaskelioff
maintainer: [email protected]
copyright: 2020 Mauro Jaskelioff
license: BSD3
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/mjaskelioff/CursoRio2020
library
exposed-modules:
Applicative
Clase2
Fold
Functors
Heap
Lib
Monoid
other-modules:
Paths_CursoRio2020
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
default-language: Haskell2010