mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
cabal-version: 2.4
|
|
name: plugin
|
|
version: 0.1.0.0
|
|
author: Shea Levy
|
|
maintainer: shea@shealevy.com
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
library
|
|
exposed-modules: Plugin
|
|
build-depends: base, ghc
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|