Fixed weeder (#4)

* Fixed weeder

* removed generated cabal file
This commit is contained in:
iko 2019-09-21 20:06:37 +03:00 committed by GitHub
parent f547bca86a
commit c39adc71c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 45 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
*.cabal

View File

@ -20,7 +20,6 @@ description: Please see the README on GitHub at <https://github.com/ilya
dependencies:
- base >= 4.7 && < 5
- profunctors
- transformers
- lens
- semigroupoids
@ -33,6 +32,7 @@ library:
- Control.Category.Reader
- Control.Category.Structures
- Data.Profunctor.Exposed
- Control.Tuple.Morph
ghc-options:
- -Wall
- -Wincomplete-uni-patterns

View File

@ -1,44 +0,0 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9fe627e0673c25d1622d6bbc274fa58649b56cc4796f5b740e346f1496b40f1a
name: semi-iso
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/ilyakooo0/semi-iso-optics#readme>
homepage: https://github.com/ilyakooo0/semi-iso-optics#readme
bug-reports: https://github.com/ilyakooo0/semi-iso-optics/issues
author: Ilya Kostyuchenko
maintainer: ilyakooo0@gmail.com
copyright: 2019 Ilya Kostyuchenko, 2014 Paweł Nowak
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/ilyakooo0/semi-iso-optics
library
exposed-modules:
Control.Lens.SemiIso
Control.Lens.Internal.SemiIso
Control.SIArrow
Control.Category.Reader
Control.Category.Structures
Data.Profunctor.Exposed
other-modules:
Paths_semi_iso
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Werror=missing-home-modules -Wmissing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists
build-depends:
base >=4.7 && <5
, lens
, profunctors
, semigroupoids
, transformers
default-language: Haskell2010