twilight-library/shadow-library.cabal

68 lines
2.1 KiB
Plaintext
Raw Normal View History

2019-03-10 20:30:05 +01:00
name: shadow-library
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
2021-04-06 21:43:15 +02:00
homepage: https://git.wmi.amu.edu.pl/s426206/twilight-library.git
2019-03-10 20:30:05 +01:00
license: Proprietary
license-file: LICENSE
2021-04-06 21:43:15 +02:00
author: Jan Nowak
maintainer: jannow2@st.amu.edu.pl
2019-03-10 20:30:05 +01:00
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: .
exposed-modules: ShadowLibrary.Core
build-depends: base >= 4.7 && < 5
, HTTP
, hxt
, hxt-http
2019-03-17 21:52:13 +01:00
, hxt-curl
2019-03-10 20:30:05 +01:00
, hxt-xpath
, MissingH
, monad-logger
, mtl
, network-uri
, regex-pcre
, regex-tdfa
, resourcet
, text
, time
, transformers
, tz
default-language: Haskell2010
-- executable maly-modelarz-exe
-- hs-source-dirs: app
-- main-is: malymodelarz.hs
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
-- build-depends: base
-- , hxt
-- , hxt-curl
-- , hxt-xpath
-- , MissingH
-- , regex-posix
-- , shadow-library
-- default-language: Haskell2010
executable elektronikapraktyczna
2019-03-10 20:30:05 +01:00
hs-source-dirs: app
main-is: elektronikapraktyczna.hs
2019-03-10 20:30:05 +01:00
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, hxt
, hxt-xpath
2019-03-17 21:52:13 +01:00
, hxt-curl
2019-03-10 20:30:05 +01:00
, MissingH
, regex-posix
, shadow-library
default-language: Haskell2010
source-repository head
type: git
2021-04-06 21:43:15 +02:00
location: https://git.wmi.amu.edu.pl/s426206/twilight-library.git