-
Notifications
You must be signed in to change notification settings - Fork 0
/
hasql-tutorial1.cabal
19 lines (18 loc) · 1.13 KB
/
hasql-tutorial1.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: hasql-tutorial1
version: 0.1
build-type: Simple
cabal-version: >=1.24
library
hs-source-dirs: library
default-extensions: ApplicativeDo, Arrows, BangPatterns, BinaryLiterals, BlockArguments, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, HexFloatLiterals, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, NumericUnderscores, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples
default-language: Haskell2010
exposed-modules:
HasqlTutorial1.Session
other-modules:
HasqlTutorial1.Prelude
HasqlTutorial1.Statement
HasqlTutorial1.Transaction
build-depends:
hasql >=1.4 && <1.5,
hasql-transaction >=0.10 && <0.11,
rerebase >=1.4 && <1.5