forked from mjaskelioff/CursoRio2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CursoRio2020.cabal
42 lines (38 loc) · 1.05 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
42
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: e6f1cb1591fc2c81e17badbaa2af5b5a59f15b6a4dedf965f099c3bfb092ca75
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: jaskelioff@cifasis-conicet.gov.ar
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:
Alternative
Applicative
Cola
Examen
Functors
Generics
Heap
Monoid
other-modules:
Paths_CursoRio2020
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
default-language: Haskell2010