Skip to content

Commit

Permalink
did a little package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Apr 3, 2020
1 parent c80f06a commit a51032e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
::TODO::
-switch benchmarks to relude
-do benchmarks for skellygen
-add some punnet square sorta functions to genotype
-do a package cleanup
DONE-do a package cleanup
DONE-switch to relude FFS
-fix circleci [![CircleCI](https://circleci.com/gh/pdlla/animalclub.svg?style=svg)](https://circleci.com/gh/pdlla/animalclub)
-new test cases
Expand Down
11 changes: 5 additions & 6 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ dependencies:
- random
- mwc-random
- mtl
- array
- text
- linear
- microlens-platform
Expand All @@ -83,8 +82,6 @@ dependencies:
- primitive
- monad-parallel
- parallel
- clock
- time
- formatting
- bytestring
- storable-tuple
Expand Down Expand Up @@ -127,6 +124,7 @@ executables:
- -with-rtsopts=-N
dependencies:
- animalclub
- clock

goat:
main: goat.hs
Expand Down Expand Up @@ -160,6 +158,8 @@ benchmarks:
dependencies:
- animalclub
- criterion
- clock
- time
ghc-options:
- -O2
- -rtsopts
Expand All @@ -175,6 +175,8 @@ benchmarks:
dependencies:
- animalclub
- criterion
- clock
- time
ghc-options:
- -rtsopts
- -threaded
Expand Down Expand Up @@ -213,10 +215,8 @@ verbatim: |
MonadRandom
, QuickCheck
, adjunctions
, array
, base >=4.7 && <5
, bytestring
, clock
, containers
, deepseq
, formatting
Expand All @@ -230,7 +230,6 @@ verbatim: |
, random
, storable-tuple
, text
, time
, vector
, convertible
, storable-record
Expand Down

0 comments on commit a51032e

Please sign in to comment.