Skip to content

Commit

Permalink
Add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
elimirks committed Mar 6, 2021
1 parent b28ea01 commit 59ff3ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
[![Build Status](https://travis-ci.org/montylang/monty.svg?branch=master)](https://travis-ci.org/montylang/monty)

An easy to grok functional language for anybody who can write some python.

[Documentation](https://montylang.github.io/docs/docs/)

9 changes: 6 additions & 3 deletions monty.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1c0bdb94bd9f38cf1313e2f9dd01b3631d9598ee0bca81ad8aa306eef7e2e3f1
-- hash: ef7676055e98cc48d96084402bff5abc0ee3269ab59ceead306bde7a519a160d

name: monty
version: 0.1.0.0
Expand Down Expand Up @@ -70,7 +70,10 @@ library
Paths_monty
hs-source-dirs:
src
default-extensions: NamedFieldPuns GADTs TemplateHaskell
default-extensions:
NamedFieldPuns
GADTs
TemplateHaskell
build-depends:
base >=4.7 && <5
, directory
Expand Down

0 comments on commit 59ff3ac

Please sign in to comment.