-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayer.cabal
More file actions
22 lines (21 loc) · 757 Bytes
/
layer.cabal
File metadata and controls
22 lines (21 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: layer
version: 0.1.0.0
synopsis: Combinators for building a pure update function out of elementary parts.
-- description:
homepage: https://github.com/asivitz/layer
license: MIT
license-file: LICENSE
author: Axis Sivitz
maintainer: [email protected]
-- copyright:
category: Control
build-type: Simple
-- extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Control.Layer, Control.Layer.Debug
other-modules: Control.SimpleLens
other-extensions: Rank2Types, DeriveGeneric
build-depends: base >=4.7
-- hs-source-dirs:
default-language: Haskell2010