-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDatabase.cabal
More file actions
24 lines (22 loc) · 800 Bytes
/
Database.cabal
File metadata and controls
24 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial Database.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Database
version: 0.1.0.0
synopsis: Database interface for Agda
-- description:
-- license:
license-file: LICENSE
author: Spenser Bauman
maintainer: sabauma@gmail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Database
-- other-modules:
other-extensions: OverloadedStrings, EmptyDataDecls, ExistentialQuantification, ScopedTypeVariables, NoMonomorphismRestriction, Rank2Types
build-depends: base >=4.6, direct-sqlite >=2.3, text >=0.11
-- hs-source-dirs:
default-language: Haskell2010