-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfortran-src-repr.cabal
79 lines (76 loc) · 1.89 KB
/
fortran-src-repr.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: fortran-src-repr
version: 0.0.0
build-type: Simple
library
exposed-modules:
FortranSrc.Repr.Op
FortranSrc.Repr.Tmp
FortranSrc.Repr.Type
FortranSrc.Repr.Type.Array
FortranSrc.Repr.Type.Scalar
FortranSrc.Repr.Type.Scalar.Common
FortranSrc.Repr.Type.Scalar.Complex
FortranSrc.Repr.Type.Scalar.Int
FortranSrc.Repr.Type.Scalar.Real
FortranSrc.Repr.Type.Scalar.String
FortranSrc.Repr.Util
FortranSrc.Repr.Value
FortranSrc.Repr.Value.Array
FortranSrc.Repr.Value.Common
FortranSrc.Repr.Value.Scalar
FortranSrc.Repr.Value.Scalar.Common
FortranSrc.Repr.Value.Scalar.Complex
FortranSrc.Repr.Value.Scalar.Int
FortranSrc.Repr.Value.Scalar.Logical
FortranSrc.Repr.Value.Scalar.Real
FortranSrc.Repr.Value.Scalar.String
other-modules:
Paths_fortran_src_repr
hs-source-dirs:
src
default-extensions:
EmptyCase
FlexibleContexts
FlexibleInstances
InstanceSigs
MultiParamTypeClasses
PolyKinds
LambdaCase
DerivingStrategies
StandaloneDeriving
DeriveAnyClass
DeriveGeneric
DeriveDataTypeable
DeriveFunctor
DeriveFoldable
DeriveTraversable
DeriveLift
ImportQualifiedPost
StandaloneKindSignatures
DerivingVia
RoleAnnotations
TypeApplications
DataKinds
TypeFamilies
TypeOperators
BangPatterns
GADTs
DefaultSignatures
RankNTypes
UndecidableInstances
MagicHash
ScopedTypeVariables
ghc-options: -Wall
build-depends:
base
, bytestring
, singletons
, singletons-base
, singletons-th
, text
, vector-sized
default-language: Haskell2010