-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprimdata.cabal
45 lines (42 loc) · 1.01 KB
/
primdata.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
43
44
45
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: /~https://github.com/sol/hpack
name: primdata
version: 0.1.2.0
author: András Kovács
maintainer: puttamalac@gmail.com
copyright: 2018-2021 András Kovács
license: BSD3
build-type: Simple
library
exposed-modules:
Data.Array.FI
Data.Array.FM
Data.Array.LI
Data.Array.LM
Data.Array.SI
Data.Array.SM
Data.Array.UI
Data.Array.UM
Data.Flat
Data.Internal.Errors
Data.MachDeps
Data.Ref.F
Data.Ref.FF
Data.Ref.FFF
Data.Ref.L
Data.Ref.U
Data.Ref.UU
Data.Ref.UUU
Data.Unlifted
IO
other-modules:
Paths_primdata
hs-source-dirs:
./
ghc-options: -Wall -Wno-missing-signatures -Wno-name-shadowing -Wno-unused-do-bind -Wno-unused-matches -Wno-partial-type-signatures -O2
build-depends:
base >=4.7 && <5
, ghc-prim
default-language: Haskell2010