Skip to content

Commit

Permalink
Fix extra-source-files, wibbles
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Nov 6, 2019
1 parent 3ed8a64 commit 9edbcc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Extra-Source-Files:
CHANGELOG.md
tasty/data/*.dhall
tasty/data/*.json
tasty/data/*.txt
tasty/data/*.yaml

Source-Repository head
Type: git
Expand Down
2 changes: 0 additions & 2 deletions dhall-json/src/Dhall/Yaml.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ import Data.Monoid ((<>))
import Data.Text (Text)
import Dhall.JSON (Conversion(..), SpecialDoubleMode(..), codeToValue)
import Options.Applicative (Parser)
import Data.ByteString.Lazy (toStrict)

import qualified Data.Aeson
import qualified Data.ByteString
import qualified Data.Vector
import qualified Dhall
import qualified Options.Applicative
Expand Down
3 changes: 3 additions & 0 deletions dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Category: Compiler
Extra-Source-Files:
CHANGELOG.md
README.md
tasty/data/*.dhall
tasty/data/*.yaml
tasty/data/*.txt

Source-Repository head
Type: git
Expand Down

0 comments on commit 9edbcc4

Please sign in to comment.