blob: 59e01123e35aaacee9e7f4445e1af68c34081342 (
plain)
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
39
40
41
42
43
44
|
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1f6863bf51a407e32135695c2be4fd727c6474cfe30e5543ca7974cf89827b54
name: mergeless
version: 0.2.0.2
description: Please see the README on GitHub at <https://github.com/NorfairKing/mergeless#readme>
homepage: https://github.com/NorfairKing/mergeless#readme
bug-reports: https://github.com/NorfairKing/mergeless/issues
author: Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
copyright: Copyright: (c) 2018 Tom Sydney Kerckhove
license: MIT
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/NorfairKing/mergeless
library
exposed-modules:
Data.Mergeless
Data.Mergeless.Collection
Data.Mergeless.Item
other-modules:
Paths_mergeless
hs-source-dirs:
src
build-depends:
aeson
, base >=4.11 && <5
, containers
, deepseq
, mtl
, validity
, validity-containers
default-language: Haskell2010
|