-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-compat.cabal
More file actions
23 lines (22 loc) · 878 Bytes
/
data-compat.cabal
File metadata and controls
23 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cabal-version: 2.2
name: data-compat
version: 0.1.0.5
synopsis: Define Backwards Compatibility Schemes for Arbitrary Data
description: Define Backwards Compatibility Schemes for Arbitrary Data
homepage: https://github.com/TravisWhitaker/data-compat
bug-reports: https://github.com/TravisWhitaker/data-compat/issues
license: MIT
license-file: LICENSE
author: Travis Whitaker
maintainer: pi.boy.travis@gmail.com
copyright: Travis Whitaker 2019-2024
category: Data
extra-source-files: CHANGELOG.md
library
exposed-modules: Data.Compat
-- other-modules:
-- other-extensions:
build-depends: base >= 4.12.0.0 && < 5
, constraints >= 0.10 && < 0.15
hs-source-dirs: src
default-language: Haskell2010