-
Notifications
You must be signed in to change notification settings - Fork 2
/
raptor.cabal
28 lines (26 loc) · 1010 Bytes
/
raptor.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
-- Initial raptor.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: raptor
version: 0.1.0.0
synopsis: Online Retail Recommendation System developed in Haskell (Collaborative Filtering approach).
-- description:
homepage: https://github.com/lenguyenthedat/Raptor
-- license:
license-file: LICENSE
author: Dat Le
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.16
executable raptor
default-language: Haskell2010
main-is: raptor.hs
hs-source-dirs: src
-- other-modules:
build-depends: base >=4 && < 5,
containers,
unordered-containers >= 0.2.3.3,
bytestring,
directory
ghc-options: -O2 -Wall -fwarn-tabs
ghc-prof-options: -prof -auto-all