-
Notifications
You must be signed in to change notification settings - Fork 2
/
torsor.cabal
34 lines (30 loc) · 894 Bytes
/
torsor.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
cabal-version: 2.4
name: torsor
version: 0.1.0.1
synopsis: Torsor Typeclass
description: Torsor Typeclass.
homepage: https://github.com/byteverse/torsor
bug-reports: https://github.com/byteverse/torsor/issues
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: [email protected]
copyright: 2017 Andrew Martin
category: Web
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1
common build-settings
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
library
import: build-settings
hs-source-dirs: src
exposed-modules: Torsor
build-depends: base >=4.7 && <5
ghc-options: -O2
source-repository head
type: git
location: git://github.com/byteverse/torsor.git