mirror of https://github.com/voidlizard/hbs2
27 lines
588 B
Plaintext
27 lines
588 B
Plaintext
cabal-version: 3.0
|
|
name: hbs2-storage-simple
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
-- author:
|
|
-- maintainer:
|
|
-- copyright:
|
|
category: Database
|
|
build-type: Simple
|
|
extra-doc-files: CHANGELOG.md
|
|
-- extra-source-files:
|
|
|
|
common warnings
|
|
ghc-options: -Wall
|
|
|
|
library
|
|
import: warnings
|
|
exposed-modules: MyLib
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base ^>=4.15.1.0
|
|
hs-source-dirs: lib
|
|
default-language: Haskell2010
|