Skip to content

Commit

Permalink
remove Proem.File for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Mar 19, 2024
1 parent 7d61cf3 commit 4984df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 131 deletions.
10 changes: 1 addition & 9 deletions proem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,19 @@ library
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,
bytestring ^>= 0.10 || ^>= 0.11,
containers ^>= 0.6,
filepath ^>= 1.4.100,
parallel ^>= 3.2,
template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20 || ^>= 2.21,
text ^>= 2.0,
unix ^>= 2.8,
default-extensions:
BlockArguments
KindSignatures
MagicHash
NoImplicitPrelude
PolyKinds
ScopedTypeVariables
TypeApplications
exposed-modules:
Proem
Proem.File
Proem.List
Proem.Seq
Proem.Text
hs-source-dirs: src
default-language: Haskell2010
default-language: GHC2021
ghc-options:
-Weverything
-Wno-all-missed-specialisations
Expand Down
122 changes: 0 additions & 122 deletions src/Proem/File.hs

This file was deleted.

0 comments on commit 4984df7

Please sign in to comment.