haskell-relational-record/DB-record/debian/rules
Kei Hibino 48c10bfd48 Divide abstract record type constraints definitions into DB-record module.
--HG--
rename : schema-th/src/Database/Record/FromSql.hs => DB-record/src/Database/Record/FromSql.hs
rename : schema-th/src/Database/Record/KeyConstraint.hs => DB-record/src/Database/Record/KeyConstraint.hs
rename : schema-th/src/Database/Record/Persistable.hs => DB-record/src/Database/Record/Persistable.hs
rename : schema-th/src/Database/Record/ToSql.hs => DB-record/src/Database/Record/ToSql.hs
2013-04-13 19:24:06 +09:00

12 lines
352 B
Makefile
Executable File

#!/usr/bin/make -f
DEB_CABAL_PACKAGE = db-record
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
# How to install an extra file into the documentation package
#binary-fixup/libghc-db-record-doc::
# echo "Some informative text" > debian/libghc-db-record-doc/usr/share/doc/libghc-db-record-doc/AnExtraDocFile