-
Notifications
You must be signed in to change notification settings - Fork 0
/
pache.cabal
44 lines (41 loc) · 1.2 KB
/
pache.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
39
40
41
42
43
44
cabal-version: 2.4
-- Initial package description 'pache.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: pache
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: kamoii
maintainer: <>
-- copyright:
-- category:
extra-source-files: CHANGELOG.md
library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.13.0.0
hs-source-dirs: src
default-language: Haskell2010
executable hie-viewer
main-is: Main.hs
build-depends: base ^>=4.13.0.0
, relude
, optics
, stm
, text
, bytestring
, file-embed
, stitch
, ghc
, ghc-paths
, containers
, concur-core
, concur-replica
, replica
, rapid
hs-source-dirs: app/hie-viewer
default-language: Haskell2010