Skip to content

Commit

Permalink
Adding hie.yaml to workaround issue with hls and cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
shanekenney committed Oct 3, 2020
1 parent 1ee28a1 commit 135a1a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cradle:
cabal:
- path: ./src
component: "exe:tachyons-to-tailwind"

4 changes: 2 additions & 2 deletions tachyons-to-tailwind.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ synopsis: A code mod tool
description: Reads source files looking for tachyons classes and replaces them with equivalent tailwind classes.
license: MIT
license-file: LICENSE
author: Shane Kenney
maintainer: me@shanek.org.au
author: Shane Kenney <me@shanek.org>
maintainer: Shane Kenney <me@shanek.org>

data-dir: data
data-files: tachyons.css
Expand Down

0 comments on commit 135a1a5

Please sign in to comment.