Rename from props to propa-tools

This commit is contained in:
Joscha 2020-12-11 16:59:56 +00:00
parent 37c1307d54
commit 2b88420a2a
6 changed files with 18 additions and 19 deletions

View file

@ -1,52 +0,0 @@
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 78cab4f7dbc3221eeb49550721e77438db654b072638fcbe9a383fd915dbf277
name: props
version: 0.1.0.0
author: Garmelon <joscha@plugh.de>
maintainer: Garmelon <joscha@plugh.de>
copyright: 2020 Garmelon
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
LICENSE
extra-doc-files:
README.md
library
exposed-modules:
Props.Lambda.Display
Props.Lambda.Term
Props.Prolog
other-modules:
Paths_props
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, text
, transformers
default-language: Haskell2010
executable props
main-is: Main.hs
other-modules:
Paths_props
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, props
, text
, transformers
default-language: Haskell2010