-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-easings.cabal
38 lines (36 loc) · 1.1 KB
/
css-easings.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
name: css-easings
version: 0.2.3.0
synopsis: Defining and manipulating css easing strings.
description:
A package to define css easing strings. These can be used in Julius,
JSON, etc. templates to limit the easings to valid ones.
homepage: https://github.com/hapytex/css-easings#readme
license: BSD3
license-file: LICENSE
author: Willem Van Onsem
maintainer: [email protected]
copyright: 2019 Willem Van Onsem
category: web
build-type: Simple
extra-source-files:
README.md
, CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Css.Easing
build-depends:
base >=4.7 && <5
, aeson >=1.0 && <2
, blaze-markup >=0.8 && <0.9
, data-default-class >=0.0.1
, deepseq >=1.4.3.0
, QuickCheck >=2.8 && <2.15
, scientific >=0.3 && <0.4
, shakespeare >=2.0 && <3.0
, text >=1.1 && <1.3
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/hapytex/css-easings