Name: miniimdb Version: 0.1 Synopsis: A mini version of www.imdb.com -- description: License: BSD3 License-file: LICENSE Author: Thomas Hallgren Maintainer: http://www.cse.chalmers.se/~hallgren -- copyright: Category: Database Build-type: Simple Cabal-version: >=1.10 Executable MiniIMDB main-is: MiniIMDB.hs other-modules: SqlRows SimpleHTML default-language: Haskell2010 other-extensions: FlexibleContexts, ConstraintKinds ghc-options: -fno-warn-tabs build-depends: base >=4.9 && <4.13, httpd-shed >=0.4 && <0.5, HDBC >=2.4 && <2.5, HDBC-postgresql >=2.3 && <2.4, convertible >=1.1 && <1.2, utf8-string, network-uri >=2.6 && <2.7