blob: 856a35965d50877aa4298201ae1af38dbfc6fe86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cabal-version: 3.8
author: Paul Oliver <contact@pauloliver.dev>
name: hsm-core
version: 0.1.0.0
library
build-depends:
, base
, template-haskell
default-language: GHC2024
exposed-modules: Hsm.Core.Serial
ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages
|