-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfixed.cabal
37 lines (34 loc) · 1.65 KB
/
fixed.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
-- Initial fixed.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: fixed
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Amaru Cuba Gyllensten
maintainer: [email protected]
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.Vector.Fixed
Data.Vector.Fixed.Linear
Data.Vector.Fixed.Size
Data.Vector.Fixed.Indexed
Data.Net
Data.Net.FullyConnected
Data.Net.RBF
Data.Net.Convolutional
Data.Net.Recurrent
-- other-modules:
other-extensions: DataKinds, KindSignatures, ScopedTypeVariables, TypeOperators, TypeFamilies, OverloadedLists, GeneralizedNewtypeDeriving, DeriveTraversable
build-depends: base >=4.7 && <4.8, vector >=0.10 && <0.11, deepseq >=1.3 && <1.4, distributive >=0.4 && <0.5, comonad, profunctors, ad, reflection, mtl, bytestring, binary, mwc-random, erf, transformers
-- hs-source-dirs:
default-language: Haskell2010
executable main
main-is: Data/Net/MNIST.hs
ghc-options: -O2 -rtsopts -threaded -prof -fprof-auto
build-depends: base >=4.7 && <4.8, vector >=0.10 && <0.11, deepseq >=1.3 && <1.4, distributive >=0.4 && <0.5, comonad, profunctors, ad, reflection, mtl, bytestring, binary, mwc-random, erf, transformers