-
Notifications
You must be signed in to change notification settings - Fork 0
/
q4c12-position.cabal
37 lines (33 loc) · 1.47 KB
/
q4c12-position.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
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e43ae6a5c57cec0fb6f1e38dd71536b2771394db9002fd1e605a9e79b19be0c8
name: q4c12-position
version: 0
homepage: https://github.com/quasicomputational/mega/tree/master/packages/position
bug-reports: https://github.com/quasicomputational/mega/issues
author: quasicomputational <[email protected]>
maintainer: quasicomputational <[email protected]>
license: (Apache-2.0 OR LGPL-2.1-or-later)
license-files: LICENSE.APACHE-2.0,
LICENSE.LGPL-2.1
build-type: Simple
source-repository head
type: git
location: https://github.com/quasicomputational/mega
library
exposed-modules:
Q4C12.Position
hs-source-dirs:
src
default-extensions: BinaryLiterals DataKinds DeriveDataTypeable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase EmptyDataDecls EmptyDataDeriving HexFloatLiterals LambdaCase KindSignatures MonoLocalBinds NegativeLiterals NumDecimals OverloadedStrings PatternGuards PostfixOperators StandaloneDeriving TypeOperators ViewPatterns
ghc-options: -Weverything -Wno-implicit-prelude -Wno-unsafe -Wno-safe -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-missing-exported-signatures
build-depends:
base
, q4c12-prelude
, text
mixins:
base hiding (Prelude)
default-language: Haskell2010